Started by user Ricardo Memoria (admin) Building in workspace C:\apps\jenkins\workspace\eTBM 3 (master) > 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\git2321373259187111683.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/master^{commit}" # timeout=10 > git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10 Checking out Revision 772cda808a8cc47a573f3e7edd9206fad654fc17 (refs/remotes/origin/master) > git.exe config core.sparsecheckout # timeout=10 > git.exe checkout -f 772cda808a8cc47a573f3e7edd9206fad654fc17 > git.exe rev-list 5fdee1b03e6ecc32a03357bbca69e82d96c71879 # 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 (master)] $ cmd.exe /C "C:\apps\apache-maven-3.3.9\bin\mvn.cmd clean package && 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 (master)\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: 9 at timestamp: 1487813226387 [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 (master) [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 (master) [INFO] etbm@3.0.0 C:\apps\jenkins\workspace\eTBM 3 (master) [INFO] `-- handlebars@4.0.6 [INFO] +-- async@1.5.2 [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 (master) [ERROR] (node:75940) 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:27:24] Using gulpfile C:\apps\jenkins\workspace\eTBM 3 (master)\gulpfile.js [INFO] [20:27:24] Starting 'build'... [INFO] [20:27:24] Starting 'clean'... [INFO] [20:27:24] Finished 'clean' after 5.69 ms [INFO] [20:27:24] Starting 'eslint'... [INFO] [20:27:24] Finished 'build' after 37 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:27:51] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\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 (master)\client\src\scripts\components\sidebar.jsx [INFO] 50:9 warning Unexpected console statement no-console [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\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 (master)\client\src\scripts\core\app.jsx [INFO] 53:13 warning Unexpected console statement no-console [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\forms\impl\form-render.jsx [INFO] 87:1 warning Declare only one React component per file react/no-multi-comp [INFO] 127: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 (master)\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 (master)\client\src\scripts\sys\dev\crud-example.jsx [INFO] 66:9 warning Unexpected alert no-alert [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\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 (master)\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 (master)\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 (master)\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 (master)\client\src\scripts\sys\packages\cases\summary-list.jsx [INFO] 33:31 warning 'route' is missing in props validation react/prop-types [INFO] 33:37 warning 'route.queryParam' is missing in props validation react/prop-types [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\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 (master)\client\src\scripts\sys\packages\reports\report-header.jsx [INFO] 36:9 warning Unexpected console statement no-console [INFO] [INFO] ✖ 21 problems (0 errors, 21 warnings) [INFO] [INFO] [20:27:51] Finished 'eslint' after 26 s [INFO] [20:27:51] Starting 'msgs'... [INFO] [20:27:51] Starting 'bootstrap-fonts'... [INFO] [20:27:51] Finished 'bootstrap-fonts' after 8.82 ms [INFO] [20:27:51] Starting 'copy'... [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src [INFO] TO -> C:\apps\jenkins\workspace\eTBM 3 (master)\src\main\resources\static [INFO] [20:27:51] Finished 'copy' after 4.29 ms [INFO] [20:27:51] 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] * Generated C:\apps\jenkins\workspace\eTBM 3 (master)\client\messages\messages_en.json [INFO] * Generated C:\apps\jenkins\workspace\eTBM 3 (master)\client\messages\messages_pt_BR.json [INFO] * Generated C:\apps\jenkins\workspace\eTBM 3 (master)\client\messages\messages_ru.json [INFO] * Generated C:\apps\jenkins\workspace\eTBM 3 (master)\client\messages\messages_uk.json [INFO] [INFO] [message]: FINISHED [INFO] [20:27:52] Finished 'msgs' after 877 ms [INFO] [20:27:52] Finished 'less' after 860 ms [INFO] [20:27:52] Starting 'webpack-prod'... [INFO] [20:29:06] [webpack:build-prod] Hash: 77d517597f4677540afeb29f4480ba3fa42478da58b282da573aa46bb587 [INFO] Version: webpack 1.14.0 [INFO] Child [INFO] Hash: 77d517597f4677540afe [INFO] Version: webpack 1.14.0 [INFO] Time: 73830ms [INFO] Asset Size Chunks  Chunk Names [INFO] app.df01afc0d10bdd75f3ef.js 759 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.2609be3b92c09800f972.js 23.3 kB 1 [emitted] [INFO] 2.2.067b7a7615af9691c43c.js 24 kB 2 [emitted] [INFO] 3.3.a5045cc2aaf44ddaa7ae.js 614 kB 3 [emitted] [INFO] vendor.15877ac6dc69f0fc116e.js 419 kB 4 [emitted] vendor [INFO] manifest.json 747 bytes  [emitted] [INFO] chunk {0} app.df01afc0d10bdd75f3ef.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 23.8 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.3 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] [752] ./client/src/scripts/components/callout.jsx 2.51 kB {0} [built] [INFO] [753] ./client/src/scripts/core/footer.jsx 3.03 kB {0} [built] [INFO] [754] ./client/src/scripts/components/wait-icon.jsx 3.19 kB {0} [built] [INFO] [755] ./client/src/scripts/core/error-view.jsx 5.59 kB {0} [built] [INFO] [756] ./client/src/scripts/core/actions.js 839 bytes {0} [built] [INFO] [757] ./client/src/scripts/core/app-message-dlg.jsx 4.02 kB {0} [built] [INFO] [758] ./client/src/scripts/components/message-dlg.jsx 6.98 kB {0} [built] [INFO] [759] ./client/src/scripts/init/index.js 658 bytes {0} [built] [INFO] [762] ./client/src/scripts/pub/index.js 631 bytes {0} [built] [INFO] [765] ./client/src/scripts/components/async-button.jsx 8.26 kB {0} [built] [INFO] [766] ./client/src/scripts/components/fa.jsx 3.65 kB {0} [built] [INFO] [769] ./client/src/scripts/commons/messages.js 760 bytes {0} [built] [INFO] [770] ./client/src/scripts/sys/index.js 1.16 kB {0} [built] [INFO] [771] ./client/src/scripts/sys/session.js 3.59 kB {0} [built] [INFO] [772] ./client/src/scripts/commons/server.js 4.92 kB {0} [built] [INFO] [781] ./client/src/scripts/sys/session-utils.jsx 11.6 kB {0} [built] [INFO] [782] ./client/src/scripts/components/index.js 5.72 kB {0} [built] [INFO] [783] ./client/src/scripts/components/card.jsx 4.51 kB {0} [built] [INFO] [784] ./client/src/scripts/components/fluidbar.jsx 3.65 kB {0} [built] [INFO] [785] ./client/src/scripts/components/profile.jsx 4.66 kB {0} [built] [INFO] [786] ./client/src/scripts/components/profile.less 1.1 kB {0} [built] [INFO] [787] ./~/css-loader!./~/less-loader!./client/src/scripts/components/profile.less 1.69 kB {0} [built] [INFO] [788] ./~/css-loader/lib/css-base.js 1.51 kB {0} [built] [INFO] [789] ./~/style-loader/addStyles.js 7.15 kB {0} [built] [INFO] [790] ./client/src/scripts/components/sidebar.jsx 7.12 kB {0} [built] [INFO] [791] ./client/src/scripts/components/sidebar.less 1.1 kB {0} [built] [INFO] [792] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sidebar.less 749 bytes {0} [built] [INFO] [793] ./client/src/scripts/components/collapse-card.jsx 3.95 kB {0} [built] [INFO] [794] ./client/src/scripts/components/collapse-row.jsx 3.75 kB {0} [built] [INFO] [795] ./client/src/scripts/components/grid-table.jsx 5.64 kB {0} [built] [INFO] [796] ./client/src/scripts/commons/grid-utils.jsx 4.07 kB {0} [built] [INFO] [797] ./client/src/scripts/components/tree-view.jsx 21.8 kB {0} [built] [INFO] [798] ./~/react-addons-css-transition-group/index.js 62 bytes {0} [built] [INFO] [799] ./~/react/lib/ReactCSSTransitionGroup.js 4.65 kB {0} [built] [INFO] [800] ./~/react/lib/ReactTransitionGroup.js 8.68 kB {0} [built] [INFO] [801] ./~/react/lib/ReactTransitionChildMapping.js 3.27 kB {0} [built] [INFO] [802] ./~/react/lib/flattenChildren.js 2.76 kB {0} [built] [INFO] [803] ./~/react/lib/ReactCSSTransitionGroupChild.js 4.67 kB {0} [built] [INFO] [804] ./~/react/lib/ReactAddonsDOMDependencies.js 842 bytes {0} [built] [INFO] [805] ./~/fbjs/lib/CSSCore.js 4.53 kB {0} [built] [INFO] [806] ./~/react/lib/ReactTransitionEvents.js 1.97 kB {0} [built] [INFO] [807] ./client/src/scripts/components/tree-view.less 1.1 kB {0} [built] [INFO] [808] ./~/css-loader!./~/less-loader!./client/src/scripts/components/tree-view.less 510 bytes {0} [built] [INFO] [809] ./client/src/scripts/components/popup.jsx 4.6 kB {0} [built] [INFO] [810] ./client/src/scripts/components/form-dialog.jsx 9.69 kB {0} [built] [INFO] [811] ./client/src/scripts/forms/form.jsx 12.9 kB {0} [built] [INFO] [812] ./client/src/scripts/forms/impl/form-validate.js 1.74 kB {0} [built] [INFO] [813] ./client/src/scripts/forms/impl/form-render.jsx 4.83 kB {0} [built] [INFO] [814] ./client/src/scripts/forms/impl/form-snapshot.js 4.11 kB {0} [built] [INFO] [815] ./client/src/scripts/forms/form-utils.jsx 8.06 kB {0} [built] [INFO] [816] ./client/src/scripts/forms/controls/form-control.jsx 10.4 kB {0} [built] [INFO] [817] ./client/src/scripts/forms/impl/form-init.js 2.29 kB {0} [built] [INFO] [818] ./client/src/scripts/forms/form.less 1.09 kB {0} [built] [INFO] [819] ./~/css-loader!./~/less-loader!./client/src/scripts/forms/form.less 210 bytes {0} [built] [INFO] [820] ./client/src/scripts/forms/controls/input-control.jsx 5.61 kB {0} [built] [INFO] [821] ./client/src/scripts/forms/impl/validators.js 1.75 kB {0} [built] [INFO] [822] ./client/src/scripts/forms/controls/bool-control.jsx 3.65 kB {0} [built] [INFO] [823] ./client/src/scripts/forms/controls/text-control.jsx 4.45 kB {0} [built] [INFO] [824] ./client/src/scripts/forms/controls/select-control.jsx 6.25 kB {0} [built] [INFO] [825] ./client/src/scripts/forms/controls/date-control.jsx 4.32 kB {0} [built] [INFO] [826] ./client/src/scripts/components/date-picker.jsx 8.16 kB {0} [built] [INFO] [827] ./~/react-day-picker/dist/DayPicker.js 22.6 kB {0} [built] [INFO] [828] ./client/src/scripts/forms/controls/subtitle-control.jsx 2.65 kB {0} [built] [INFO] [829] ./client/src/scripts/forms/controls/group-control.jsx 2.55 kB {0} [built] [INFO] [830] ./client/src/scripts/forms/controls/period-control.jsx 4.1 kB {0} [built] [INFO] [831] ./client/src/scripts/components/month-year-picker.jsx 6.87 kB {0} [built] [INFO] [832] ./client/src/scripts/components/year-picker.jsx 6.86 kB {0} [built] [INFO] [833] ./client/src/scripts/components/popup-control.jsx 5.76 kB {0} [built] [INFO] [834] ./client/src/scripts/components/year-picker.less 1.11 kB {0} [built] [INFO] [835] ./~/css-loader!./~/less-loader!./client/src/scripts/components/year-picker.less 581 bytes {0} [built] [INFO] [836] ./client/src/scripts/components/selection-box.jsx 12.8 kB {0} [built] [INFO] [837] ./client/src/scripts/forms/controls/month-year-control.jsx 4.08 kB {0} [built] [INFO] [838] ./client/src/scripts/components/remote-form.jsx 5.79 kB {0} [built] [INFO] [839] ./client/src/scripts/components/react-table.jsx 8.6 kB {0} [built] [INFO] [840] ./client/src/scripts/components/react-row.jsx 2.98 kB {0} [built] [INFO] [841] ./client/src/scripts/components/expandable.jsx 3.64 kB {0} [built] [INFO] [842] ./client/src/scripts/components/autoheight-input.jsx 4.15 kB {0} [built] [INFO] [843] ./client/src/scripts/components/link-tooltip.jsx 3.42 kB {0} [built] [INFO] [844] ./client/src/scripts/components/react-grid.jsx 5.74 kB {0} [built] [INFO] [845] ./client/src/scripts/components/react-grid-cell.jsx 3.73 kB {0} [built] [INFO] [846] ./client/src/scripts/components/list-box.jsx 11.1 kB {0} [built] [INFO] [847] ./client/src/scripts/components/masked-input.jsx 5.19 kB {0} [built] [INFO] [848] ./client/src/scripts/components/command-bar.jsx 5.15 kB {0} [built] [INFO] [849] ./client/src/scripts/components/command-bar.less 1.11 kB {0} [built] [INFO] [850] ./~/css-loader!./~/less-loader!./client/src/scripts/components/command-bar.less 758 bytes {0} [built] [INFO] [851] ./client/src/scripts/components/errors.jsx 1.51 kB {0} [built] [INFO] [852] ./client/src/scripts/components/observer.jsx 4.18 kB {0} [built] [INFO] [853] ./client/src/scripts/components/sideview.jsx 8.61 kB {0} [built] [INFO] [854] ./client/src/scripts/components/sideview.less 1.1 kB {0} [built] [INFO] [855] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sideview.less 762 bytes {0} [built] [INFO] [856] ./client/src/scripts/components/inline-editor.jsx 4.66 kB {0} [built] [INFO] [857] ./client/src/scripts/components/big-button.jsx 3.25 kB {0} [built] [INFO] [858] ./client/src/scripts/components/big-button.less 1.1 kB {0} [built] [INFO] [859] ./~/css-loader!./~/less-loader!./client/src/scripts/components/big-button.less 739 bytes {0} [built] [INFO] [875] ./client/src/scripts/core/storage.js 4.11 kB {0} [built] [INFO] [1041] ./client/src/styles/theme.css 931 bytes {0} [built] [INFO] [1042] ./~/css-loader!./client/src/styles/theme.css 136 kB {0} [built] [INFO] [1043] ./client/src/fonts/glyphicons-halflings-regular.eot 26.9 kB {0} [built] [INFO] [1044] ./client/src/fonts/glyphicons-halflings-regular.woff2 24.1 kB {0} [built] [INFO] [1045] ./client/src/fonts/glyphicons-halflings-regular.woff 31.3 kB {0} [built] [INFO] [1046] ./client/src/fonts/glyphicons-halflings-regular.ttf 60.6 kB {0} [built] [INFO] [1047] ./client/src/fonts/glyphicons-halflings-regular.svg 82 bytes {0} [built] [INFO] [1048] ./client/src/fonts/OpenSans-Regular.woff 85 kB {0} [built] [INFO] [1049] ./client/src/fonts/OpenSans-Bold.woff 84.8 kB {0} [built] [INFO] [1050] ./~/font-awesome-webpack/index.js 74 bytes {0} [built] [INFO] [1051] ./~/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] [1052] ./~/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] [1053] ./~/font-awesome-webpack/~/css-loader/lib/css-base.js 1.51 kB {0} [built] [INFO] [1054] ./~/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0 165 bytes {0} [built] [INFO] [1055] ./~/font-awesome/fonts/fontawesome-webfont.eot 281 bytes {0} [built] [INFO] [1056] ./~/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 84 bytes {0} [built] [INFO] [1057] ./~/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0 83 bytes {0} [built] [INFO] [1058] ./~/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0 165 bytes {0} [built] [INFO] [1059] ./~/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0 165 bytes {0} [built] [INFO] [1060] ./~/font-awesome-webpack/~/style-loader/addStyles.js 6.09 kB {0} [built] [INFO] chunk {1} 1.1.2609be3b92c09800f972.js 62.7 kB {0} {2} {3} [rendered] [INFO] [760] ./client/src/scripts/init/home.jsx 3.27 kB {1} [built] [INFO] [761] ./client/src/scripts/init/welcome.jsx 6.18 kB {1} [built] [INFO] [768] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built] [INFO] [1037] ./client/src/scripts/init/initoptions.jsx 4.17 kB {1} [built] [INFO] [1038] ./client/src/scripts/init/newworkspace.jsx 15.8 kB {1} [built] [INFO] [1039] ./client/src/scripts/init/success.jsx 4.38 kB {1} [built] [INFO] [1040] ./client/src/scripts/init/offlineinit.jsx 26.1 kB {1} [built] [INFO] chunk {2} 2.2.067b7a7615af9691c43c.js 62 kB {1} {3} {0} [rendered] [INFO] [763] ./client/src/scripts/pub/routes.jsx 3.19 kB {2} [built] [INFO] [764] ./client/src/scripts/pub/login.jsx 12.7 kB {2} [built] [INFO] [767] ./client/src/scripts/components/error.jsx 868 bytes {2} [built] [INFO] [768] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built] [INFO] [1026] ./client/src/scripts/pub/logo.jsx 2.33 kB {2} [built] [INFO] [1027] ./client/src/scripts/pub/logo.less 1.09 kB {2} [built] [INFO] [1028] ./~/css-loader!./~/less-loader!./client/src/scripts/pub/logo.less 403 bytes {2} [built] [INFO] [1029] ./client/src/scripts/pub/borderless-form.jsx 726 bytes {2} [built] [INFO] [1030] ./client/src/scripts/pub/borderless-form.less 1.12 kB {2} [built] [INFO] [1031] ./~/css-loader!./~/less-loader!./client/src/scripts/pub/borderless-form.less 429 bytes {2} [built] [INFO] [1032] ./client/src/scripts/pub/self-reg.jsx 11.3 kB {2} [built] [INFO] [1033] ./client/src/scripts/pub/forgot-pwd.jsx 7.94 kB {2} [built] [INFO] [1034] ./client/src/scripts/pub/reset-pwd.jsx 2.62 kB {2} [built] [INFO] [1035] ./client/src/scripts/pub/set-password.jsx 11.9 kB {2} [built] [INFO] [1036] ./client/src/scripts/pub/confirm-email.jsx 2.68 kB {2} [built] [INFO] chunk {3} 3.3.a5045cc2aaf44ddaa7ae.js 1.18 MB {2} {1} {0} [rendered] [INFO] [768] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built] [INFO] [860] ./client/src/scripts/sys/routes.jsx 5.66 kB {3} [built] [INFO] [861] ./client/src/scripts/sys/packages/types/init.js 1.71 kB {3} [built] [INFO] [862] ./client/src/scripts/sys/packages/types/admin-unit-control.jsx 8.26 kB {3} [built] [INFO] [863] ./client/src/scripts/sys/packages/types/yesno-control.jsx 6.05 kB {3} [built] [INFO] [864] ./client/src/scripts/sys/packages/types/unit-control.jsx 9.59 kB {3} [built] [INFO] [865] ./client/src/scripts/sys/packages/types/multi-select.jsx 4.54 kB {3} [built] [INFO] [866] ./client/src/scripts/sys/packages/types/list-box-control.jsx 5.3 kB {3} [built] [INFO] [867] ./client/src/scripts/sys/packages/types/table-form-control.jsx 8.44 kB {3} [built] [INFO] [868] ./client/src/scripts/sys/packages/types/table-form-control.less 1.17 kB {3} [built] [INFO] [869] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/types/table-form-control.less 242 bytes {3} [built] [INFO] [870] ./client/src/scripts/sys/packages/types/multi-list-box-control.jsx 4.81 kB {3} [built] [INFO] [871] ./client/src/scripts/sys/packages/types/person-name-control.jsx 8.99 kB {3} [built] [INFO] [872] ./client/src/scripts/sys/packages/types/person-name-control.less 1.17 kB {3} [built] [INFO] [873] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/types/person-name-control.less 294 bytes {3} [built] [INFO] [874] ./client/src/scripts/sys/packages/types/address-control.jsx 8.3 kB {3} [built] [INFO] [876] ./client/src/scripts/sys/user/language-sel.jsx 5.6 kB {3} [built] [INFO] [877] ./client/src/scripts/sys/user/workspace-sel.jsx 6.26 kB {3} [built] [INFO] [878] ./client/src/scripts/sys/toolbar.jsx 12.4 kB {3} [built] [INFO] [879] ./client/src/scripts/sys/search-box.jsx 10.2 kB {3} [built] [INFO] [880] ./client/src/scripts/sys/search-box.less 1.1 kB {3} [built] [INFO] [881] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/search-box.less 1.37 kB {3} [built] [INFO] [882] ./client/src/scripts/sys/toolbar.less 1.1 kB {3} [built] [INFO] [883] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/toolbar.less 887 bytes {3} [built] [INFO] [884] ./client/src/scripts/sys/admin/routes.jsx 3.21 kB {3} [built] [INFO] [885] ./client/src/scripts/sys/admin/tables.jsx 4.97 kB {3} [built] [INFO] [886] ./client/src/scripts/sys/page-content.jsx 3.17 kB {3} [built] [INFO] [887] ./client/src/scripts/sys/sidebar-content.jsx 5.25 kB {3} [built] [INFO] [888] ./client/src/scripts/sys/admin/tables/admunits.jsx 20.3 kB {3} [built] [INFO] [889] ./client/src/scripts/commons/crud.js 6.45 kB {3} [built] [INFO] [890] ./client/src/scripts/sys/admin/tables/country-structures.jsx 3.85 kB {3} [built] [INFO] [891] ./client/src/scripts/sys/packages/crud/crud-view.jsx 7.92 kB {3} [built] [INFO] [892] ./client/src/scripts/sys/packages/crud/crud-message.jsx 4.47 kB {3} [built] [INFO] [893] ./client/src/scripts/sys/packages/crud/crud-control-wrapper.jsx 3.34 kB {3} [built] [INFO] [894] ./client/src/scripts/sys/packages/crud/crud-pagination.jsx 3.6 kB {3} [built] [INFO] [895] ./client/src/scripts/sys/packages/crud/crud-grid.jsx 3.9 kB {3} [built] [INFO] [896] ./client/src/scripts/sys/packages/crud/crud-cell.jsx 10.7 kB {3} [built] [INFO] [897] ./client/src/scripts/sys/packages/crud/crud-controller.js 20.4 kB {3} [built] [INFO] [898] ./client/src/scripts/sys/packages/crud/crud-form.jsx 4.64 kB {3} [built] [INFO] [899] ./client/src/scripts/sys/packages/crud/crud-counter.jsx 4.92 kB {3} [built] [INFO] [900] ./client/src/scripts/sys/packages/crud/crud-add-button.jsx 4.59 kB {3} [built] [INFO] [901] ./client/src/scripts/sys/admin/tables/sources.jsx 4.21 kB {3} [built] [INFO] [902] ./client/src/scripts/sys/admin/tables/units.jsx 10.4 kB {3} [built] [INFO] [903] ./client/src/scripts/sys/admin/tables/substances.jsx 8 kB {3} [built] [INFO] [904] ./client/src/scripts/sys/admin/tables/products.jsx 6.52 kB {3} [built] [INFO] [905] ./client/src/scripts/sys/admin/tables/regimens.jsx 5.42 kB {3} [built] [INFO] [906] ./client/src/scripts/sys/admin/tables/tags.jsx 9.07 kB {3} [built] [INFO] [907] ./client/src/scripts/sys/admin/tables/user-profiles.jsx 3.71 kB {3} [built] [INFO] [908] ./client/src/scripts/sys/admin/tables/permission-tree.jsx 11.7 kB {3} [built] [INFO] [909] ./client/src/scripts/sys/admin/tables/users-ws.jsx 9.7 kB {3} [built] [INFO] [910] ./client/src/scripts/sys/admin/tables/user-ws-changepwd.jsx 4.52 kB {3} [built] [INFO] [911] ./client/src/scripts/sys/admin/tables/ageranges.jsx 3.55 kB {3} [built] [INFO] [912] ./client/src/scripts/sys/admin/reports.jsx 3.8 kB {3} [built] [INFO] [913] ./client/src/scripts/sys/admin/reports/usersessions.jsx 14 kB {3} [built] [INFO] [914] ./client/src/scripts/sys/admin/reports/onlineusers.jsx 8.05 kB {3} [built] [INFO] [915] ./client/src/scripts/sys/admin/reports/cmdhistory.jsx 14.4 kB {3} [built] [INFO] [916] ./client/src/scripts/sys/admin/reports/command-type-control.jsx 5.83 kB {3} [built] [INFO] [917] ./client/src/scripts/sys/admin/reports/errorlog.jsx 10.2 kB {3} [built] [INFO] [918] ./client/src/scripts/sys/admin/settings.jsx 3.24 kB {3} [built] [INFO] [919] ./client/src/scripts/sys/admin/settings/sys-config.jsx 8 kB {3} [built] [INFO] [920] ./client/src/scripts/sys/admin/settings/workspaces.jsx 3.53 kB {3} [built] [INFO] [921] ./client/src/scripts/sys/packages/crud/index.js 1.37 kB {3} [built] [INFO] [922] ./client/src/scripts/sys/packages/crud/crud-table.jsx 7.1 kB {3} [built] [INFO] [923] ./client/src/scripts/sys/workspace/index.jsx 3.15 kB {3} [built] [INFO] [924] ./client/src/scripts/sys/front-page.jsx 6.28 kB {3} [built] [INFO] [925] ./client/src/scripts/sys/workspace/general.jsx 3.47 kB {3} [built] [INFO] [926] ./client/src/scripts/sys/workspace/general-settings.jsx 8.77 kB {3} [built] [INFO] [927] ./client/src/scripts/sys/packages/others/units-card.jsx 8.1 kB {3} [built] [INFO] [928] ./client/src/scripts/commons/fake-crud.js 3.24 kB {3} [built] [INFO] [929] ./client/src/scripts/sys/packages/dashboard/dashboard-view.jsx 4.63 kB {3} [built] [INFO] [930] ./client/src/scripts/sys/packages/reports/indicator.js 6.84 kB {3} [built] [INFO] [931] ./client/src/scripts/sys/packages/reports/indicator-view.jsx 2.98 kB {3} [built] [INFO] [932] ./client/src/scripts/sys/packages/reports/chart.jsx 5.21 kB {3} [built] [INFO] [933] ./~/react-highcharts/dist/ReactHighcharts.js 2.18 kB {3} [built] [INFO] [934] ./~/highcharts/highcharts.js 194 kB {3} [built] [INFO] [935] ./client/src/scripts/sys/packages/reports/theme.js 531 bytes {3} [built] [INFO] [936] ./client/src/scripts/sys/packages/reports/table-view.jsx 6.16 kB {3} [built] [INFO] [937] ./client/src/scripts/sys/packages/reports/table-view.less 1.15 kB {3} [built] [INFO] [938] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/reports/table-view.less 799 bytes {3} [built] [INFO] [939] ./client/src/scripts/sys/packages/cases/cases.jsx 4.41 kB {3} [built] [INFO] [940] ./client/src/scripts/sys/packages/cases/cases-side-view.jsx 9.42 kB {3} [built] [INFO] [941] ./client/src/scripts/sys/packages/cases/advanced-search.jsx 5.37 kB {3} [built] [INFO] [942] ./client/src/scripts/sys/packages/filters/filters-card.jsx 4.46 kB {3} [built] [INFO] [943] ./client/src/scripts/sys/packages/filters/filters-selector.jsx 8.61 kB {3} [built] [INFO] [944] ./client/src/scripts/sys/packages/filters/group-popup.jsx 5.67 kB {3} [built] [INFO] [945] ./client/src/scripts/sys/packages/filters/filter-box.jsx 4.53 kB {3} [built] [INFO] [946] ./client/src/scripts/sys/packages/filters/filter-factory.js 799 bytes {3} [built] [INFO] [947] ./client/src/scripts/sys/packages/filters/select-filter.jsx 3.15 kB {3} [built] [INFO] [948] ./client/src/scripts/sys/packages/filters/period-filter.jsx 2.86 kB {3} [built] [INFO] [949] ./client/src/scripts/sys/packages/filters/filters.less 1.14 kB {3} [built] [INFO] [950] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/filters/filters.less 598 bytes {3} [built] [INFO] [951] ./client/src/scripts/sys/packages/cases/cases-list.jsx 8.56 kB {3} [built] [INFO] [952] ./client/src/scripts/sys/packages/cases/tag-cases-list.jsx 10.8 kB {3} [built] [INFO] [953] ./client/src/scripts/sys/packages/cases/summary-list.jsx 4.97 kB {3} [built] [INFO] [954] ./client/src/scripts/sys/packages/cases/cases-reports.jsx 5.33 kB {3} [built] [INFO] [955] ./client/src/scripts/sys/packages/reports/report-view.jsx 5.62 kB {3} [built] [INFO] [956] ./client/src/scripts/sys/packages/reports/report.js 4.68 kB {3} [built] [INFO] [957] ./client/src/scripts/sys/packages/reports/report.less 1.14 kB {3} [built] [INFO] [958] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/reports/report.less 718 bytes {3} [built] [INFO] [959] ./client/src/scripts/sys/packages/reports/report-editor.jsx 5.98 kB {3} [built] [INFO] [960] ./client/src/scripts/sys/packages/reports/report-header.jsx 6.84 kB {3} [built] [INFO] [961] ./client/src/scripts/sys/packages/reports/indicator-editor.jsx 11.6 kB {3} [built] [INFO] [962] ./client/src/scripts/sys/packages/reports/variables-selector.jsx 4.99 kB {3} [built] [INFO] [963] ./client/src/scripts/sys/packages/reports/variables-box.jsx 5.8 kB {3} [built] [INFO] [964] ./client/src/scripts/sys/packages/reports/variable-control.jsx 3.22 kB {3} [built] [INFO] [965] ./client/src/scripts/sys/packages/cases/cases-distribution.jsx 7.43 kB {3} [built] [INFO] [966] ./client/src/scripts/sys/adminunit/index.jsx 4.47 kB {3} [built] [INFO] [967] ./client/src/scripts/sys/adminunit/general.jsx 3.25 kB {3} [built] [INFO] [968] ./client/src/scripts/sys/unit/index.jsx 4.46 kB {3} [built] [INFO] [969] ./client/src/scripts/sys/unit/general.jsx 3.03 kB {3} [built] [INFO] [970] ./client/src/scripts/sys/unit/cases.jsx 4.67 kB {3} [built] [INFO] [971] ./client/src/scripts/sys/unit/cases-unit.jsx 13.1 kB {3} [built] [INFO] [972] ./client/src/scripts/sys/mock-option-lists.jsx 3.1 kB {3} [built] [INFO] [973] ./client/src/scripts/sys/case/treat/treat-progress.jsx 4.03 kB {3} [built] [INFO] [974] ./client/src/scripts/sys/case/treat/treat-progress.less 1.16 kB {3} [built] [INFO] [975] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-progress.less 302 bytes {3} [built] [INFO] [976] ./client/src/scripts/sys/case/index.jsx 19.8 kB {3} [built] [INFO] [977] ./client/src/scripts/sys/case/patient-panel.jsx 7.07 kB {3} [built] [INFO] [978] ./client/src/scripts/sys/case/patient-panel.less 1.14 kB {3} [built] [INFO] [979] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/patient-panel.less 698 bytes {3} [built] [INFO] [980] ./client/src/scripts/sys/case/events.js 836 bytes {3} [built] [INFO] [981] ./client/src/scripts/sys/case/case-data.jsx 6.2 kB {3} [built] [INFO] [982] ./client/src/scripts/sys/case/case-prev-tb-treats.jsx 7.43 kB {3} [built] [INFO] [983] ./client/src/scripts/sys/case/case-comments.jsx 5.49 kB {3} [built] [INFO] [984] ./client/src/scripts/sys/case/comments-box.jsx 16.7 kB {3} [built] [INFO] [985] ./client/src/scripts/sys/case/comments-box.less 1.13 kB {3} [built] [INFO] [986] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/comments-box.less 361 bytes {3} [built] [INFO] [987] ./client/src/scripts/sys/case/case-contacts.jsx 8.6 kB {3} [built] [INFO] [988] ./client/src/scripts/sys/case/case-adv-reacts.jsx 6.89 kB {3} [built] [INFO] [989] ./client/src/scripts/sys/case/case-comorbidities.jsx 9.25 kB {3} [built] [INFO] [990] ./client/src/scripts/sys/case/case-edit-form.jsx 4.47 kB {3} [built] [INFO] [991] ./client/src/scripts/sys/case/other-cases.jsx 4.86 kB {3} [built] [INFO] [992] ./client/src/scripts/sys/case/case-exams.jsx 12.2 kB {3} [built] [INFO] [993] ./client/src/scripts/sys/case/followup-display.jsx 6.63 kB {3} [built] [INFO] [994] ./client/src/scripts/sys/case/followup-utils.js 27 kB {3} [built] [INFO] [995] ./client/src/scripts/sys/case/followup-modal.jsx 5.64 kB {3} [built] [INFO] [996] ./client/src/scripts/sys/case/case-treatment.jsx 11.7 kB {3} [built] [INFO] [997] ./client/src/scripts/sys/case/treat/treat-timeline.jsx 11.7 kB {3} [built] [INFO] [998] ./client/src/scripts/sys/case/treat/treat-popup.jsx 8.04 kB {3} [built] [INFO] [999] ./client/src/scripts/sys/case/treat/treat-timeline.less 1.16 kB {3} [built] [INFO] [1000] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-timeline.less 264 bytes {3} [built] [INFO] [1001] ./client/src/scripts/sys/case/treat/treat-update.jsx 4.93 kB {3} [built] [INFO] [1002] ./client/src/scripts/sys/case/treat/edt-prescription.jsx 6.29 kB {3} [built] [INFO] [1003] ./client/src/scripts/sys/case/treat/add-prescription.jsx 5.75 kB {3} [built] [INFO] [1004] ./client/src/scripts/sys/case/treat/treat-followup.jsx 7.77 kB {3} [built] [INFO] [1005] ./client/src/scripts/sys/case/treat/followup-calendar.jsx 6.43 kB {3} [built] [INFO] [1006] ./client/src/scripts/sys/case/treat/calend-editor.jsx 9.51 kB {3} [built] [INFO] [1007] ./client/src/scripts/sys/case/treat/treat-followup.less 1.16 kB {3} [built] [INFO] [1008] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-followup.less 2.12 kB {3} [built] [INFO] [1009] ./client/src/scripts/sys/case/treat/no-treat-panel.jsx 5.21 kB {3} [built] [INFO] [1010] ./client/src/scripts/sys/case/treat/start-regimen.jsx 8.14 kB {3} [built] [INFO] [1011] ./client/src/scripts/sys/case/case-close.jsx 4.64 kB {3} [built] [INFO] [1012] ./client/src/scripts/sys/case/case-move.jsx 5.01 kB {3} [built] [INFO] [1013] ./client/src/scripts/sys/case/case-issues.jsx 9.51 kB {3} [built] [INFO] [1014] ./client/src/scripts/sys/case/issues.jsx 4.61 kB {3} [built] [INFO] [1015] ./client/src/scripts/sys/case/issue-card.jsx 12.9 kB {3} [built] [INFO] [1016] ./client/src/scripts/sys/case/issue-followups-box.jsx 11.3 kB {3} [built] [INFO] [1017] ./client/src/scripts/sys/case/case-tags.jsx 5.14 kB {3} [built] [INFO] [1018] ./client/src/scripts/sys/case/suspect-followup.jsx 3.79 kB {3} [built] [INFO] [1019] ./client/src/scripts/sys/case/new/index.jsx 5.97 kB {3} [built] [INFO] [1020] ./client/src/scripts/sys/case/new/new-searchpatient.jsx 14.8 kB {3} [built] [INFO] [1021] ./client/src/scripts/sys/case/new/new-notifform.jsx 4.52 kB {3} [built] [INFO] [1022] ./client/src/scripts/sys/user/settings.jsx 5.58 kB {3} [built] [INFO] [1023] ./client/src/scripts/sys/user/change-password.jsx 5.04 kB {3} [built] [INFO] [1024] ./client/src/scripts/sys/sync.jsx 15.6 kB {3} [built] [INFO] [1025] ./client/src/scripts/sys/start.jsx 2.57 kB {3} [built] [INFO] chunk {4} vendor.15877ac6dc69f0fc116e.js (vendor) 1.4 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] ./~/react-overlays/~/dom-helpers/transition/properties.js 3.61 kB {4} [built] [INFO] [618] ./~/react-overlays/~/dom-helpers/util/inDOM.js 221 bytes {4} [built] [INFO] [619] ./~/react-overlays/~/dom-helpers/events/on.js 869 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] ./~/dom-helpers/util/inDOM.js 117 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.81 kB {4} [built] [INFO] [641] ./~/react-overlays/~/dom-helpers/query/contains.js 941 bytes {4} [built] [INFO] [642] ./~/react-overlays/lib/utils/addEventListener.js 619 bytes {4} [built] [INFO] [643] ./~/react-overlays/~/dom-helpers/events/off.js 721 bytes {4} [built] [INFO] [644] ./~/react-overlays/lib/utils/ownerDocument.js 574 bytes {4} [built] [INFO] [645] ./~/react-overlays/~/dom-helpers/ownerDocument.js 231 bytes {4} [built] [INFO] [646] ./~/react-bootstrap/lib/DropdownToggle.js 3.35 kB {4} [built] [INFO] [647] ./~/react-bootstrap/lib/utils/PropTypes.js 2.24 kB {4} [built] [INFO] [648] ./~/react-bootstrap/lib/DropdownButton.js 3.17 kB {4} [built] [INFO] [649] ./~/react-bootstrap/lib/utils/splitComponentProps.js 787 bytes {4} [built] [INFO] [650] ./~/react-bootstrap/lib/Fade.js 3.2 kB {4} [built] [INFO] [651] ./~/react-bootstrap/lib/Form.js 2.85 kB {4} [built] [INFO] [652] ./~/react-bootstrap/lib/FormControl.js 4.23 kB {4} [built] [INFO] [653] ./~/react-bootstrap/lib/FormControlFeedback.js 3.57 kB {4} [built] [INFO] [654] ./~/react-bootstrap/lib/FormControlStatic.js 2.6 kB {4} [built] [INFO] [655] ./~/react-bootstrap/lib/FormGroup.js 3.85 kB {4} [built] [INFO] [656] ./~/react-bootstrap/lib/Grid.js 2.79 kB {4} [built] [INFO] [657] ./~/react-bootstrap/lib/HelpBlock.js 2.15 kB {4} [built] [INFO] [658] ./~/react-bootstrap/lib/Image.js 3.15 kB {4} [built] [INFO] [659] ./~/react-bootstrap/lib/InputGroup.js 2.64 kB {4} [built] [INFO] [660] ./~/react-bootstrap/lib/InputGroupAddon.js 2.2 kB {4} [built] [INFO] [661] ./~/react-bootstrap/lib/InputGroupButton.js 2.2 kB {4} [built] [INFO] [662] ./~/react-bootstrap/lib/Jumbotron.js 2.52 kB {4} [built] [INFO] [663] ./~/react-bootstrap/lib/Label.js 2.96 kB {4} [built] [INFO] [664] ./~/react-bootstrap/lib/ListGroup.js 3.83 kB {4} [built] [INFO] [665] ./~/react-bootstrap/lib/ListGroupItem.js 4.33 kB {4} [built] [INFO] [666] ./~/react-bootstrap/lib/Media.js 3.33 kB {4} [built] [INFO] [667] ./~/react-bootstrap/lib/MediaBody.js 2.52 kB {4} [built] [INFO] [668] ./~/react-bootstrap/lib/MediaHeading.js 2.55 kB {4} [built] [INFO] [669] ./~/react-bootstrap/lib/MediaLeft.js 2.66 kB {4} [built] [INFO] [670] ./~/react-bootstrap/lib/MediaList.js 2.15 kB {4} [built] [INFO] [671] ./~/react-bootstrap/lib/MediaListItem.js 2.17 kB {4} [built] [INFO] [672] ./~/react-bootstrap/lib/MediaRight.js 2.67 kB {4} [built] [INFO] [673] ./~/react-bootstrap/lib/MenuItem.js 5.68 kB {4} [built] [INFO] [674] ./~/react-bootstrap/lib/Modal.js 10.8 kB {4} [built] [INFO] [675] ./~/dom-helpers/events/index.js 157 bytes {4} [built] [INFO] [676] ./~/dom-helpers/events/on.js 465 bytes {4} [built] [INFO] [677] ./~/dom-helpers/events/off.js 473 bytes {4} [built] [INFO] [678] ./~/dom-helpers/events/filter.js 394 bytes {4} [built] [INFO] [679] ./~/dom-helpers/query/querySelectorAll.js 918 bytes {4} [built] [INFO] [680] ./~/dom-helpers/util/scrollbarSize.js 581 bytes {4} [built] [INFO] [681] ./~/react-overlays/lib/Modal.js 16.8 kB {4} [built] [INFO] [682] ./~/react-prop-types/lib/componentOrElement.js 1.57 kB {4} [built] [INFO] [683] ./~/react-overlays/lib/Portal.js 3.94 kB {4} [built] [INFO] [684] ./~/react-overlays/lib/utils/getContainer.js 538 bytes {4} [built] [INFO] [685] ./~/react-overlays/lib/ModalManager.js 5.83 kB {4} [built] [INFO] [686] ./~/react-overlays/~/dom-helpers/style/index.js 1.78 kB {4} [built] [INFO] [687] ./~/react-overlays/~/dom-helpers/util/camelizeStyle.js 767 bytes {4} [built] [INFO] [688] ./~/react-overlays/~/dom-helpers/util/camelize.js 287 bytes {4} [built] [INFO] [689] ./~/react-overlays/~/dom-helpers/util/hyphenateStyle.js 772 bytes {4} [built] [INFO] [690] ./~/react-overlays/~/dom-helpers/util/hyphenate.js 257 bytes {4} [built] [INFO] [691] ./~/react-overlays/~/dom-helpers/style/getComputedStyle.js 1.81 kB {4} [built] [INFO] [692] ./~/react-overlays/~/dom-helpers/style/removeStyle.js 291 bytes {4} [built] [INFO] [693] ./~/react-overlays/~/dom-helpers/transition/isTransform.js 349 bytes {4} [built] [INFO] [694] ./~/react-overlays/~/dom-helpers/class/index.js 780 bytes {4} [built] [INFO] [695] ./~/react-overlays/~/dom-helpers/class/addClass.js 536 bytes {4} [built] [INFO] [696] ./~/react-overlays/~/dom-helpers/class/hasClass.js 354 bytes {4} [built] [INFO] [697] ./~/react-overlays/~/dom-helpers/class/removeClass.js 297 bytes {4} [built] [INFO] [698] ./~/react-overlays/~/dom-helpers/util/scrollbarSize.js 842 bytes {4} [built] [INFO] [699] ./~/react-overlays/lib/utils/isOverflowing.js 1.18 kB {4} [built] [INFO] [700] ./~/react-overlays/~/dom-helpers/query/isWindow.js 282 bytes {4} [built] [INFO] [701] ./~/react-overlays/lib/utils/manageAriaHidden.js 1.12 kB {4} [built] [INFO] [702] ./~/react-overlays/lib/utils/addFocusListener.js 879 bytes {4} [built] [INFO] [703] ./~/react-overlays/~/dom-helpers/activeElement.js 593 bytes {4} [built] [INFO] [704] ./~/react-bootstrap/lib/ModalBody.js 2.52 kB {4} [built] [INFO] [705] ./~/react-bootstrap/lib/ModalDialog.js 3.38 kB {4} [built] [INFO] [706] ./~/react-bootstrap/lib/ModalFooter.js 2.54 kB {4} [built] [INFO] [707] ./~/react-bootstrap/lib/ModalHeader.js 3.97 kB {4} [built] [INFO] [708] ./~/react-bootstrap/lib/ModalTitle.js 2.53 kB {4} [built] [INFO] [709] ./~/react-bootstrap/lib/Nav.js 13 kB {4} [built] [INFO] [710] ./~/react-bootstrap/lib/Navbar.js 10.7 kB {4} [built] [INFO] [711] ./~/react-bootstrap/lib/NavbarBrand.js 2.53 kB {4} [built] [INFO] [712] ./~/react-bootstrap/lib/NavbarCollapse.js 2.36 kB {4} [built] [INFO] [713] ./~/react-bootstrap/lib/NavbarHeader.js 2.23 kB {4} [built] [INFO] [714] ./~/react-bootstrap/lib/NavbarToggle.js 3.43 kB {4} [built] [INFO] [715] ./~/react-bootstrap/lib/NavDropdown.js 4.52 kB {4} [built] [INFO] [716] ./~/react-bootstrap/lib/NavItem.js 3.69 kB {4} [built] [INFO] [717] ./~/react-bootstrap/lib/Overlay.js 4.2 kB {4} [built] [INFO] [718] ./~/react-overlays/lib/Overlay.js 8.03 kB {4} [built] [INFO] [719] ./~/react-overlays/lib/Position.js 7.89 kB {4} [built] [INFO] [720] ./~/react-overlays/lib/utils/calculatePosition.js 4.04 kB {4} [built] [INFO] [721] ./~/react-overlays/~/dom-helpers/query/offset.js 1.38 kB {4} [built] [INFO] [722] ./~/react-overlays/~/dom-helpers/query/position.js 2.18 kB {4} [built] [INFO] [723] ./~/react-overlays/~/dom-helpers/query/offsetParent.js 869 bytes {4} [built] [INFO] [724] ./~/react-overlays/~/dom-helpers/query/scrollTop.js 689 bytes {4} [built] [INFO] [725] ./~/react-overlays/~/dom-helpers/query/scrollLeft.js 691 bytes {4} [built] [INFO] [726] ./~/react-bootstrap/lib/OverlayTrigger.js 10.3 kB {4} [built] [INFO] [727] ./~/react-bootstrap/lib/PageHeader.js 2.32 kB {4} [built] [INFO] [728] ./~/react-bootstrap/lib/PageItem.js 534 bytes {4} [built] [INFO] [729] ./~/react-bootstrap/lib/PagerItem.js 3.56 kB {4} [built] [INFO] [730] ./~/react-bootstrap/lib/utils/deprecationWarning.js 2.57 kB {4} [built] [INFO] [731] ./~/react-bootstrap/lib/Pager.js 3.01 kB {4} [built] [INFO] [732] ./~/react-bootstrap/lib/Pagination.js 9.37 kB {4} [built] [INFO] [733] ./~/react-bootstrap/lib/PaginationButton.js 3.98 kB {4} [built] [INFO] [734] ./~/react-bootstrap/lib/Panel.js 8.6 kB {4} [built] [INFO] [735] ./~/react-bootstrap/lib/Popover.js 4.93 kB {4} [built] [INFO] [736] ./~/react-bootstrap/lib/ProgressBar.js 6.19 kB {4} [built] [INFO] [737] ./~/react-bootstrap/lib/Radio.js 4.29 kB {4} [built] [INFO] [738] ./~/react-bootstrap/lib/ResponsiveEmbed.js 3.54 kB {4} [built] [INFO] [739] ./~/react-bootstrap/lib/Row.js 2.46 kB {4} [built] [INFO] [740] ./~/react-bootstrap/lib/SplitButton.js 3.87 kB {4} [built] [INFO] [741] ./~/react-bootstrap/lib/SplitToggle.js 1.61 kB {4} [built] [INFO] [742] ./~/react-bootstrap/lib/Tab.js 2.25 kB {4} [built] [INFO] [743] ./~/react-bootstrap/lib/TabContainer.js 4.51 kB {4} [built] [INFO] [744] ./~/react-bootstrap/lib/TabContent.js 6.24 kB {4} [built] [INFO] [745] ./~/react-bootstrap/lib/TabPane.js 9.42 kB {4} [built] [INFO] [746] ./~/react-bootstrap/lib/Table.js 3.37 kB {4} [built] [INFO] [747] ./~/react-bootstrap/lib/Tabs.js 5.61 kB {4} [built] [INFO] [748] ./~/react-bootstrap/lib/Thumbnail.js 2.85 kB {4} [built] [INFO] [749] ./~/react-bootstrap/lib/Tooltip.js 4.67 kB {4} [built] [INFO] [750] ./~/react-bootstrap/lib/Well.js 2.24 kB {4} [built] [INFO] [751] ./~/react-bootstrap/lib/utils/index.js 1.11 kB {4} [built] [INFO] [773] ./~/superagent/lib/client.js 22 kB {4} [built] [INFO] [774] ./~/component-emitter/index.js 3.18 kB {4} [built] [INFO] [775] ./~/superagent/lib/request-base.js 12.9 kB {4} [built] [INFO] [776] ./~/superagent/lib/is-object.js 209 bytes {4} [built] [INFO] [777] ./~/superagent/lib/is-function.js 308 bytes {4} [built] [INFO] [778] ./~/superagent/lib/response-base.js 2.78 kB {4} [built] [INFO] [779] ./~/superagent/lib/utils.js 1.31 kB {4} [built] [INFO] [780] ./~/superagent/lib/should-retry.js 558 bytes {4} [built] [INFO] [INFO] WARNING in app.df01afc0d10bdd75f3ef.js from UglifyJs [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:8136,17] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:8137,17] [INFO] Side effects in initialization of unused variable App [app.df01afc0d10bdd75f3ef.js:8101,5] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:9178,9] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:9179,9] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:9212,9] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:9213,9] [INFO] Side effects in initialization of unused variable APP_INIT [app.df01afc0d10bdd75f3ef.js:10089,5] [INFO] Side effects in initialization of unused variable AUTHENTICATED [app.df01afc0d10bdd75f3ef.js:10090,5] [INFO] Side effects in initialization of unused variable LOGOUT [app.df01afc0d10bdd75f3ef.js:10091,5] [INFO] Side effects in initialization of unused variable WORKSPACE_CHANGING [app.df01afc0d10bdd75f3ef.js:10092,5] [INFO] Side effects in initialization of unused variable WORKSPACE_CHANGE [app.df01afc0d10bdd75f3ef.js:10093,5] [INFO] Side effects in initialization of unused variable CHANGE_LANG [app.df01afc0d10bdd75f3ef.js:10094,5] [INFO] Side effects in initialization of unused variable ERROR [app.df01afc0d10bdd75f3ef.js:10095,5] [INFO] Side effects in initialization of unused variable CRUD_BEGIN [app.df01afc0d10bdd75f3ef.js:10098,5] [INFO] Side effects in initialization of unused variable CRUD_END [app.df01afc0d10bdd75f3ef.js:10099,5] [INFO] Side effects in initialization of unused variable DOC_CREATE [app.df01afc0d10bdd75f3ef.js:10102,5] [INFO] Side effects in initialization of unused variable DOC_UPDATE [app.df01afc0d10bdd75f3ef.js:10103,5] [INFO] Side effects in initialization of unused variable DOC_DELETE [app.df01afc0d10bdd75f3ef.js:10104,5] [INFO] Side effects in initialization of unused variable SHOW_MESSAGE [app.df01afc0d10bdd75f3ef.js:10107,5] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:11778,4] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:11780,2] [INFO] Side effects in initialization of unused variable update [app.df01afc0d10bdd75f3ef.js:11775,5] [INFO] Condition always true [app.df01afc0d10bdd75f3ef.js:11888,5] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:12245,4] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:12247,2] [INFO] Side effects in initialization of unused variable update [app.df01afc0d10bdd75f3ef.js:12242,5] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:13706,9] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:13707,7] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:13824,9] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:13825,7] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:13849,7] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:13850,5] [INFO] Boolean && always false [app.df01afc0d10bdd75f3ef.js:13804,5] [INFO] Condition left of || always true [app.df01afc0d10bdd75f3ef.js:13804,1] [INFO] Side effects in initialization of unused variable KeyEscapeUtils [app.df01afc0d10bdd75f3ef.js:13798,5] [INFO] Side effects in initialization of unused variable warning [app.df01afc0d10bdd75f3ef.js:13800,5] [INFO] Dropping unused variable ReactComponentTreeHook [app.df01afc0d10bdd75f3ef.js:13802,5] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:14055,5] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:14055,12] [INFO] Declarations in unreachable code! [app.df01afc0d10bdd75f3ef.js:14056,3] [INFO] Dropping unused variable ReactPerf [app.df01afc0d10bdd75f3ef.js:14056,7] [INFO] Dropping unused variable ReactTestUtils [app.df01afc0d10bdd75f3ef.js:14057,7] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:14122,31] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:14142,31] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:14175,31] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:14290,4] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:14292,2] [INFO] Side effects in initialization of unused variable update [app.df01afc0d10bdd75f3ef.js:14287,5] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:14840,13] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:14840,20] [INFO] Declarations in unreachable code! [app.df01afc0d10bdd75f3ef.js:14845,13] [INFO] Dropping unused variable schema [app.df01afc0d10bdd75f3ef.js:14845,17] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:14813,17] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:14814,17] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:15257,9] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:15258,9] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:15614,17] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:15615,17] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:15823,21] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:15824,21] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:15998,4] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:16000,2] [INFO] Side effects in initialization of unused variable update [app.df01afc0d10bdd75f3ef.js:15995,5] [INFO] Condition always true [app.df01afc0d10bdd75f3ef.js:16991,17] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:17736,4] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:17738,2] [INFO] Side effects in initialization of unused variable update [app.df01afc0d10bdd75f3ef.js:17733,5] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:18458,13] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:18458,20] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:19845,4] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:19847,2] [INFO] Side effects in initialization of unused variable update [app.df01afc0d10bdd75f3ef.js:19842,5] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:20212,4] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:20214,2] [INFO] Side effects in initialization of unused variable update [app.df01afc0d10bdd75f3ef.js:20209,5] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:20451,4] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:20453,2] [INFO] Side effects in initialization of unused variable update [app.df01afc0d10bdd75f3ef.js:20448,5] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:20522,13] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:20524,13] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:20552,17] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:20552,24] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:20804,4] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:20806,2] [INFO] Side effects in initialization of unused variable update [app.df01afc0d10bdd75f3ef.js:20801,5] [INFO] Condition always false [app.df01afc0d10bdd75f3ef.js:20893,4] [INFO] Dropping unreachable code [app.df01afc0d10bdd75f3ef.js:20895,2] [INFO] Side effects in initialization of unused variable update [app.df01afc0d10bdd75f3ef.js:20890,5] [INFO] Side effects in initialization of unused variable sourceMap [app.df01afc0d10bdd75f3ef.js:21200,6] [INFO] Side effects in initialization of unused variable media [app.df01afc0d10bdd75f3ef.js:21218,6] [INFO] Condition always true [app.df01afc0d10bdd75f3ef.js:21038,5] [INFO] [INFO] WARNING in 2.2.067b7a7615af9691c43c.js from UglifyJs [INFO] Condition always false [2.2.067b7a7615af9691c43c.js:630,4] [INFO] Dropping unreachable code [2.2.067b7a7615af9691c43c.js:632,2] [INFO] Side effects in initialization of unused variable update [2.2.067b7a7615af9691c43c.js:627,5] [INFO] Condition always false [2.2.067b7a7615af9691c43c.js:706,4] [INFO] Dropping unreachable code [2.2.067b7a7615af9691c43c.js:708,2] [INFO] Side effects in initialization of unused variable update [2.2.067b7a7615af9691c43c.js:703,5] [INFO] [INFO] WARNING in 3.3.a5045cc2aaf44ddaa7ae.js from UglifyJs [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:240,17] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:240,24] [INFO] Declarations in unreachable code! [3.3.a5045cc2aaf44ddaa7ae.js:241,17] [INFO] Dropping unused variable DevIndex [3.3.a5045cc2aaf44ddaa7ae.js:241,21] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:1505,4] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:1507,2] [INFO] Side effects in initialization of unused variable update [3.3.a5045cc2aaf44ddaa7ae.js:1502,5] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:1894,4] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:1896,2] [INFO] Side effects in initialization of unused variable update [3.3.a5045cc2aaf44ddaa7ae.js:1891,5] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:2992,4] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:2994,2] [INFO] Side effects in initialization of unused variable update [3.3.a5045cc2aaf44ddaa7ae.js:2989,5] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:3034,4] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:3036,2] [INFO] Side effects in initialization of unused variable update [3.3.a5045cc2aaf44ddaa7ae.js:3031,5] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:4967,17] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:4968,17] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:5079,21] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:5080,21] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:5162,21] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:5163,21] [INFO] Side effects in initialization of unused variable _crudController2 [3.3.a5045cc2aaf44ddaa7ae.js:4921,5] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:5407,21] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:5408,21] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:5523,17] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:5524,17] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:5599,25] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:5601,25] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:5698,17] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:5699,17] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:5725,17] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:5726,17] [INFO] Condition always true [3.3.a5045cc2aaf44ddaa7ae.js:11882,17] [INFO] Side effects in initialization of unused variable _indicator2 [3.3.a5045cc2aaf44ddaa7ae.js:12320,5] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:12454,4] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:12456,2] [INFO] Side effects in initialization of unused variable update [3.3.a5045cc2aaf44ddaa7ae.js:12451,5] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:13605,17] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:13606,17] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:13838,4] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:13840,2] [INFO] Side effects in initialization of unused variable update [3.3.a5045cc2aaf44ddaa7ae.js:13835,5] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:14915,4] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:14917,2] [INFO] Side effects in initialization of unused variable update [3.3.a5045cc2aaf44ddaa7ae.js:14912,5] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:17149,4] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:17151,2] [INFO] Side effects in initialization of unused variable update [3.3.a5045cc2aaf44ddaa7ae.js:17146,5] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:17863,4] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:17865,2] [INFO] Side effects in initialization of unused variable update [3.3.a5045cc2aaf44ddaa7ae.js:17860,5] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:18825,4] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:18827,2] [INFO] Side effects in initialization of unused variable update [3.3.a5045cc2aaf44ddaa7ae.js:18822,5] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:22040,4] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:22042,2] [INFO] Side effects in initialization of unused variable update [3.3.a5045cc2aaf44ddaa7ae.js:22037,5] [INFO] Condition always false [3.3.a5045cc2aaf44ddaa7ae.js:23217,4] [INFO] Dropping unreachable code [3.3.a5045cc2aaf44ddaa7ae.js:23219,2] [INFO] Side effects in initialization of unused variable update [3.3.a5045cc2aaf44ddaa7ae.js:23214,5] [INFO] [INFO] WARNING in vendor.15877ac6dc69f0fc116e.js from UglifyJs [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:648,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:648,12] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:649,3] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:657,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:657,12] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:658,3] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:642,5] [INFO] Dropping unused variable ReactElementValidator [vendor.15877ac6dc69f0fc116e.js:649,7] [INFO] Dropping unused variable warned [vendor.15877ac6dc69f0fc116e.js:658,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:1065,35] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:1010,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:1179,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:1180,3] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:1246,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:1247,5] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:1248,7] [INFO] Dropping unused variable getter [vendor.15877ac6dc69f0fc116e.js:1248,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:1258,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:1259,5] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:1260,7] [INFO] Dropping unused variable getter [vendor.15877ac6dc69f0fc116e.js:1260,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:1273,8] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:1273,8] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:1287,8] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:1287,8] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:1332,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:1337,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:1422,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:1423,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:1439,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:1440,5] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:1442,9] [INFO] Dropping unused variable displayName [vendor.15877ac6dc69f0fc116e.js:1442,13] [INFO] Dropping unused function defineKeyPropWarningGetter [vendor.15877ac6dc69f0fc116e.js:1269,10] [INFO] Dropping unused function defineRefPropWarningGetter [vendor.15877ac6dc69f0fc116e.js:1283,10] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:1230,5] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.15877ac6dc69f0fc116e.js:1231,5] [INFO] Dropping unused variable specialPropKeyWarningShown [vendor.15877ac6dc69f0fc116e.js:1243,5] [INFO] Dropping unused variable specialPropRefWarningShown [vendor.15877ac6dc69f0fc116e.js:1243,33] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:1617,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:1618,3] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:1722,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:1723,3] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:1869,13] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:1869,20] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:1870,11] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:1872,13] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:1892,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:1897,9] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:1898,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:1905,16] [INFO] Condition always true [vendor.15877ac6dc69f0fc116e.js:1905,8] [INFO] Dropping unused variable mapsAsChildrenAddendum [vendor.15877ac6dc69f0fc116e.js:1870,15] [INFO] Dropping unused variable mapsAsChildrenOwnerName [vendor.15877ac6dc69f0fc116e.js:1872,17] [INFO] Dropping unused variable name [vendor.15877ac6dc69f0fc116e.js:1898,15] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.15877ac6dc69f0fc116e.js:1776,5] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:1780,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:1782,5] [INFO] Dropping unused variable didWarnAboutMaps [vendor.15877ac6dc69f0fc116e.js:1798,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2111,104] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2144,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:2144,12] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:2145,3] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:2159,8] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.15877ac6dc69f0fc116e.js:2066,5] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:2068,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:2069,5] [INFO] Dropping unused variable deprecatedAPIs [vendor.15877ac6dc69f0fc116e.js:2145,7] [INFO] Dropping unused variable defineDeprecationWarning [vendor.15877ac6dc69f0fc116e.js:2149,7] [INFO] Dropping unused variable fnName [vendor.15877ac6dc69f0fc116e.js:2159,12] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2187,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:2187,14] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:2188,5] [INFO] Dropping unused variable constructor [vendor.15877ac6dc69f0fc116e.js:2188,9] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:2184,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2286,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:2287,3] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2685,8] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:2685,8] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2695,42] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2700,79] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2710,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:2710,16] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:2711,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2720,36] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2721,42] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2766,109] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2777,15] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:2780,13] [INFO] Dropping unused variable typeofSpec [vendor.15877ac6dc69f0fc116e.js:2711,11] [INFO] Dropping unused variable isMixinValid [vendor.15877ac6dc69f0fc116e.js:2712,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2801,21] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2804,22] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2817,74] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2821,36] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2876,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:2876,14] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:2880,5] [INFO] Dropping unused variable componentName [vendor.15877ac6dc69f0fc116e.js:2880,9] [INFO] Dropping unused variable _bind [vendor.15877ac6dc69f0fc116e.js:2881,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2647,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:2648,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2653,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:2654,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2670,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:2671,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2974,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:2975,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:2994,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:2996,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:3002,78] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:3019,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:3024,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:3032,38] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:3034,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:3035,7] [INFO] Dropping unused function validateTypeDef [vendor.15877ac6dc69f0fc116e.js:2680,10] [INFO] Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.15877ac6dc69f0fc116e.js:2359,5] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:2363,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:2364,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:3078,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:3079,3] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:3112,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:3112,12] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:3113,3] [INFO] Dropping unused variable ReactElementValidator [vendor.15877ac6dc69f0fc116e.js:3113,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:3394,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:3395,7] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:3396,9] [INFO] Dropping unused variable cacheKey [vendor.15877ac6dc69f0fc116e.js:3396,13] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:3388,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:3389,5] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:3389,5] [INFO] Dropping unused variable manualPropTypeCallCache [vendor.15877ac6dc69f0fc116e.js:3389,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:3495,6] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:3495,6] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:3540,6] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:3540,6] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:3284,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:3775,45] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:3758,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:3856,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:3856,12] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:3857,3] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:3865,9] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:3870,5] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:3875,5] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:3883,10] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:3892,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:3892,12] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:3893,3] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:3818,5] [INFO] Dropping unused variable ExecutionEnvironment [vendor.15877ac6dc69f0fc116e.js:3857,7] [INFO] Dropping unused variable showFileUrlMessage [vendor.15877ac6dc69f0fc116e.js:3865,13] [INFO] Dropping unused variable testFunc [vendor.15877ac6dc69f0fc116e.js:3870,9] [INFO] Dropping unused variable ieCompatibilityMode [vendor.15877ac6dc69f0fc116e.js:3875,9] [INFO] Dropping unused variable expectedFeatures [vendor.15877ac6dc69f0fc116e.js:3879,9] [INFO] Dropping unused variable i [vendor.15877ac6dc69f0fc116e.js:3883,14] [INFO] Dropping unused variable ReactInstrumentation [vendor.15877ac6dc69f0fc116e.js:3893,7] [INFO] Dropping unused variable ReactDOMUnknownPropertyHook [vendor.15877ac6dc69f0fc116e.js:3894,7] [INFO] Dropping unused variable ReactDOMNullInputValuePropHook [vendor.15877ac6dc69f0fc116e.js:3895,7] [INFO] Dropping unused variable ReactDOMInvalidARIAHook [vendor.15877ac6dc69f0fc116e.js:3896,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:4011,14] [INFO] Condition always true [vendor.15877ac6dc69f0fc116e.js:4011,6] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:4070,38] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:4080,26] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:3926,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:4223,60] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:4240,119] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:4242,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:4243,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:4249,13] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:4250,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:4335,29] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:4165,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:4981,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:4982,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:4961,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5216,42] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5340,21] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:5102,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5404,28] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5408,36] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5412,86] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5426,79] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5454,70] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5458,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:5458,14] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:5459,5] [INFO] Dropping unused variable lowerCasedName [vendor.15877ac6dc69f0fc116e.js:5459,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5501,31] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5514,27] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5538,41] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5605,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:5605,16] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:5606,7] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:5607,12] [INFO] Dropping unused variable possibleRegistrationNames [vendor.15877ac6dc69f0fc116e.js:5606,11] [INFO] Dropping unused variable lowerCasedName [vendor.15877ac6dc69f0fc116e.js:5607,16] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:5379,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5718,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:5719,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5746,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:5747,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5787,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:5788,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5792,40] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5655,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:5656,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5661,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:5662,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5679,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:5680,3] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:5639,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:5640,5] [INFO] Dropping unused variable validateEventDispatches [vendor.15877ac6dc69f0fc116e.js:5678,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5908,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:5913,3] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:5914,5] [INFO] Dropping unused variable fakeNode [vendor.15877ac6dc69f0fc116e.js:5914,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:5965,22] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:5949,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:6240,35] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:6185,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:6425,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:6427,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:6441,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:6442,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:6627,6] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:6627,6] [INFO] Dropping unused variable warningCondition [vendor.15877ac6dc69f0fc116e.js:6626,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:6527,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:6528,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:6536,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:6537,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:6547,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:6548,3] [INFO] Dropping unused function getPooledWarningPropertyDefinition [vendor.15877ac6dc69f0fc116e.js:6604,10] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:6380,5] [INFO] Dropping unused variable didWarnForAddedNewProperty [vendor.15877ac6dc69f0fc116e.js:6382,5] [INFO] Side effects in initialization of unused variable isProxySupported [vendor.15877ac6dc69f0fc116e.js:6383,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7032,68] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7113,40] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7215,42] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7222,30] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7227,27] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7228,66] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7229,68] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:7022,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7327,50] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:7275,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7445,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:7446,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7454,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:7455,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7477,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:7478,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7484,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:7485,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7517,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:7518,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7535,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:7536,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7553,8] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:7553,8] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7556,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:7557,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7562,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:7563,7] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.15877ac6dc69f0fc116e.js:7418,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:7420,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7737,29] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7751,29] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:7685,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7785,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:7785,12] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:7786,3] [INFO] Dropping unused variable ReactDebugTool [vendor.15877ac6dc69f0fc116e.js:7786,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7924,33] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:7988,32] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:7811,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:8895,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:8896,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:8905,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:8906,3] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:8944,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:8945,7] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:8945,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:8953,15] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:8954,13] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:8963,15] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:8964,13] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:8973,15] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:8974,13] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:8983,15] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:8984,13] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:8993,15] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:8994,13] [INFO] Dropping unused variable parentNodeDebugID [vendor.15877ac6dc69f0fc116e.js:8945,11] [INFO] Side effects in initialization of unused variable ReactDOMComponentTree [vendor.15877ac6dc69f0fc116e.js:8798,5] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.15877ac6dc69f0fc116e.js:8799,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:9512,40] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:9513,16] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:9514,40] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:9499,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:9586,19] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:9603,22] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:9649,87] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:9651,36] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:9653,43] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:9655,42] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:9829,19] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10014,4] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:10014,4] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10027,75] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10030,34] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10031,102] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10033,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:10034,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10038,64] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10045,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:10048,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10142,24] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10144,12] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10227,35] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10269,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:10270,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10082,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:10083,3] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10358,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:10358,16] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:10359,7] [INFO] Dropping unused variable parentInfo [vendor.15877ac6dc69f0fc116e.js:10359,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10477,17] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:10479,15] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10536,13] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:10537,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10578,15] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:10579,13] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10717,15] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:10718,13] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10799,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:10800,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10807,13] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:10808,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10815,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:10816,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10819,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:10820,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10863,18] [INFO] Condition always true [vendor.15877ac6dc69f0fc116e.js:10863,10] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10874,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:10875,7] [INFO] Dropping unused function friendlyStringify [vendor.15877ac6dc69f0fc116e.js:9965,10] [INFO] Dropping unused function checkAndWarnForMutatedStyle [vendor.15877ac6dc69f0fc116e.js:9991,10] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.15877ac6dc69f0fc116e.js:9920,5] [INFO] Side effects in initialization of unused variable emptyFunction [vendor.15877ac6dc69f0fc116e.js:9924,5] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:9926,5] [INFO] Side effects in initialization of unused variable isEventSupported [vendor.15877ac6dc69f0fc116e.js:9927,5] [INFO] Side effects in initialization of unused variable shallowEqual [vendor.15877ac6dc69f0fc116e.js:9928,5] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.15877ac6dc69f0fc116e.js:9929,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:9930,5] [INFO] Dropping unused variable styleMutationWarning [vendor.15877ac6dc69f0fc116e.js:9989,5] [INFO] Dropping unused variable setAndValidateContentChildDev [vendor.15877ac6dc69f0fc116e.js:10081,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:10994,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:10996,3] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:10996,3] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:11100,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:11101,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:11120,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:11121,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:11133,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:11134,9] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.15877ac6dc69f0fc116e.js:10966,5] [INFO] Side effects in initialization of unused variable camelizeStyleName [vendor.15877ac6dc69f0fc116e.js:10968,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:10972,5] [INFO] Dropping unused variable badVendoredStyleNamePattern [vendor.15877ac6dc69f0fc116e.js:10996,7] [INFO] Dropping unused variable badStyleValueWithSemicolonPattern [vendor.15877ac6dc69f0fc116e.js:10999,7] [INFO] Dropping unused variable warnedStyleNames [vendor.15877ac6dc69f0fc116e.js:11001,7] [INFO] Dropping unused variable warnedStyleValues [vendor.15877ac6dc69f0fc116e.js:11002,7] [INFO] Dropping unused variable warnedForNaNValue [vendor.15877ac6dc69f0fc116e.js:11003,7] [INFO] Dropping unused variable warnHyphenatedStyleName [vendor.15877ac6dc69f0fc116e.js:11005,7] [INFO] Dropping unused variable warnBadVendoredStyleName [vendor.15877ac6dc69f0fc116e.js:11014,7] [INFO] Dropping unused variable warnStyleValueWithSemicolon [vendor.15877ac6dc69f0fc116e.js:11023,7] [INFO] Dropping unused variable warnStyleValueIsNaN [vendor.15877ac6dc69f0fc116e.js:11032,7] [INFO] Dropping unused variable checkRenderMessage [vendor.15877ac6dc69f0fc116e.js:11041,7] [INFO] Dropping unused variable warnValidStyle [vendor.15877ac6dc69f0fc116e.js:11056,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:11447,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:11450,7] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:11451,9] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:11456,9] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:11458,11] [INFO] Dropping unused variable owner [vendor.15877ac6dc69f0fc116e.js:11451,13] [INFO] Dropping unused variable ownerName [vendor.15877ac6dc69f0fc116e.js:11452,13] [INFO] Dropping unused variable warned [vendor.15877ac6dc69f0fc116e.js:11456,13] [INFO] Dropping unused variable warnings [vendor.15877ac6dc69f0fc116e.js:11458,15] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:11410,5] [INFO] Dropping unused variable styleWarnings [vendor.15877ac6dc69f0fc116e.js:11413,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:11629,4] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:11629,4] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:11743,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:11743,16] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:11744,7] [INFO] Dropping unused variable payload [vendor.15877ac6dc69f0fc116e.js:11744,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:11764,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:11764,16] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:11765,7] [INFO] Dropping unused variable payload [vendor.15877ac6dc69f0fc116e.js:11765,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:11783,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:11784,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:11818,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:11819,7] [INFO] Side effects in initialization of unused variable ReactDOMComponentTree [vendor.15877ac6dc69f0fc116e.js:11607,5] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.15877ac6dc69f0fc116e.js:11608,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:11611,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:12604,25] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:12425,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:12425,16] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:12428,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:12456,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:12457,7] [INFO] Dropping unused variable owner [vendor.15877ac6dc69f0fc116e.js:12428,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:12464,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:12464,16] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:12465,7] [INFO] Dropping unused variable controlled [vendor.15877ac6dc69f0fc116e.js:12465,11] [INFO] Dropping unused variable owner [vendor.15877ac6dc69f0fc116e.js:12466,11] [INFO] Dropping unused function isControlled [vendor.15877ac6dc69f0fc116e.js:12376,10] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:12359,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:12360,5] [INFO] Dropping unused variable didWarnValueLink [vendor.15877ac6dc69f0fc116e.js:12362,5] [INFO] Dropping unused variable didWarnCheckedLink [vendor.15877ac6dc69f0fc116e.js:12363,5] [INFO] Dropping unused variable didWarnValueDefaultValue [vendor.15877ac6dc69f0fc116e.js:12364,5] [INFO] Dropping unused variable didWarnCheckedDefaultChecked [vendor.15877ac6dc69f0fc116e.js:12365,5] [INFO] Dropping unused variable didWarnControlledToUncontrolled [vendor.15877ac6dc69f0fc116e.js:12366,5] [INFO] Dropping unused variable didWarnUncontrolledToControlled [vendor.15877ac6dc69f0fc116e.js:12367,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:12652,72] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:12656,65] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:12661,67] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:12707,10] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:12707,10] [INFO] Side effects in initialization of unused variable addendum [vendor.15877ac6dc69f0fc116e.js:12706,13] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:12638,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:12639,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:12815,8] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:12815,8] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:12828,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:12829,7] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:12799,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:12965,6] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:12965,6] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:12976,8] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:12976,8] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:12978,8] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:12978,8] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13044,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:13045,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13058,8] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:13058,8] [INFO] Dropping unused function getDeclarationErrorAddendum [vendor.15877ac6dc69f0fc116e.js:12944,10] [INFO] Dropping unused function checkSelectPropTypes [vendor.15877ac6dc69f0fc116e.js:12960,10] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:12926,5] [INFO] Dropping unused variable didWarnValueLink [vendor.15877ac6dc69f0fc116e.js:12928,5] [INFO] Dropping unused variable valuePropNames [vendor.15877ac6dc69f0fc116e.js:12954,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13161,49] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13179,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:13180,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13200,13] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:13201,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13203,36] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13205,38] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:13131,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:13132,5] [INFO] Dropping unused variable didWarnValueLink [vendor.15877ac6dc69f0fc116e.js:13134,5] [INFO] Dropping unused variable didWarnValDefaultVal [vendor.15877ac6dc69f0fc116e.js:13135,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13416,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:13416,12] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:13417,3] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13457,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:13457,18] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:13458,9] [INFO] Dropping unused variable selfDebugID [vendor.15877ac6dc69f0fc116e.js:13458,13] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13474,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:13476,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13510,15] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:13511,13] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13519,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:13520,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13538,20] [INFO] Condition always true [vendor.15877ac6dc69f0fc116e.js:13538,12] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13558,20] [INFO] Condition always true [vendor.15877ac6dc69f0fc116e.js:13558,12] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13634,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:13635,9] [INFO] Side effects in initialization of unused variable ReactInstanceMap [vendor.15877ac6dc69f0fc116e.js:13291,5] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.15877ac6dc69f0fc116e.js:13292,5] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.15877ac6dc69f0fc116e.js:13294,5] [INFO] Side effects in initialization of unused variable emptyFunction [vendor.15877ac6dc69f0fc116e.js:13298,5] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:13300,5] [INFO] Dropping unused variable setChildrenForInstrumentation [vendor.15877ac6dc69f0fc116e.js:13415,5] [INFO] Dropping unused variable getDebugID [vendor.15877ac6dc69f0fc116e.js:13417,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13765,21] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:13745,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13866,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:13867,5] [INFO] Boolean && always false [vendor.15877ac6dc69f0fc116e.js:13854,5] [INFO] Condition left of || always true [vendor.15877ac6dc69f0fc116e.js:13854,1] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:13900,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:13901,7] [INFO] Side effects in initialization of unused variable KeyEscapeUtils [vendor.15877ac6dc69f0fc116e.js:13847,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:13850,5] [INFO] Dropping unused variable ReactComponentTreeHook [vendor.15877ac6dc69f0fc116e.js:13852,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14061,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14062,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14067,16] [INFO] Condition always true [vendor.15877ac6dc69f0fc116e.js:14067,8] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14089,14] [INFO] Condition always true [vendor.15877ac6dc69f0fc116e.js:14089,6] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14092,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14093,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14102,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14103,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14108,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14109,5] [INFO] Side effects in initialization of unused variable getNextDebugID [vendor.15877ac6dc69f0fc116e.js:14010,5] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:14011,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:14012,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14172,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14173,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14147,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14148,3] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:14148,3] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14277,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14278,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14317,75] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14328,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14328,16] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:14335,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14353,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14357,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14370,76] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14384,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14385,9] [INFO] Dropping unused variable _this [vendor.15877ac6dc69f0fc116e.js:14294,9] [INFO] Dropping unused variable propsMutated [vendor.15877ac6dc69f0fc116e.js:14335,11] [INFO] Dropping unused variable componentName [vendor.15877ac6dc69f0fc116e.js:14336,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14399,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14399,16] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14415,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14416,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14426,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14427,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14463,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14464,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14468,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14469,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14495,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14496,7] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:14497,9] [INFO] Dropping unused variable childDebugIDs [vendor.15877ac6dc69f0fc116e.js:14497,13] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14529,13] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14530,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14604,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14604,16] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:14605,7] [INFO] Dropping unused variable Component [vendor.15877ac6dc69f0fc116e.js:14605,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14624,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14624,18] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14637,61] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14638,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14639,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14642,51] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14658,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14659,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14706,24] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14731,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14732,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14745,13] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14746,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14759,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14760,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14831,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14832,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14849,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14850,9] [INFO] Dropping unused variable _this2 [vendor.15877ac6dc69f0fc116e.js:14816,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14871,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14872,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14889,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14890,9] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:14891,11] [INFO] Dropping unused variable childDebugIDs [vendor.15877ac6dc69f0fc116e.js:14891,15] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14916,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14917,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14924,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14926,7] [INFO] Condition left of || always false [vendor.15877ac6dc69f0fc116e.js:14941,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14953,104] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14968,24] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:14970,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:14970,16] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:14971,7] [INFO] Dropping unused variable componentName [vendor.15877ac6dc69f0fc116e.js:14971,11] [INFO] Dropping unused function measureLifeCyclePerf [vendor.15877ac6dc69f0fc116e.js:14187,10] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.15877ac6dc69f0fc116e.js:14143,5] [INFO] Dropping unused variable checkReactTypeSpec [vendor.15877ac6dc69f0fc116e.js:14148,7] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:14152,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:14155,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:15063,14] [INFO] Condition always true [vendor.15877ac6dc69f0fc116e.js:15063,6] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:15046,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:15264,29] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:15239,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:15492,13] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:15492,20] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:15493,11] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:15495,13] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:15515,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:15520,9] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:15521,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:15528,16] [INFO] Condition always true [vendor.15877ac6dc69f0fc116e.js:15528,8] [INFO] Dropping unused variable mapsAsChildrenAddendum [vendor.15877ac6dc69f0fc116e.js:15493,15] [INFO] Dropping unused variable mapsAsChildrenOwnerName [vendor.15877ac6dc69f0fc116e.js:15495,17] [INFO] Dropping unused variable name [vendor.15877ac6dc69f0fc116e.js:15521,15] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.15877ac6dc69f0fc116e.js:15399,5] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:15403,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:15405,5] [INFO] Dropping unused variable didWarnAboutMaps [vendor.15877ac6dc69f0fc116e.js:15421,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:15797,4] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:15797,4] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:15804,14] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:15810,21] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:15811,110] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:15812,31] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:15819,39] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:15844,14] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:15651,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:15652,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:16011,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:16012,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:16036,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:16037,5] [INFO] Boolean && always false [vendor.15877ac6dc69f0fc116e.js:15991,5] [INFO] Condition left of || always true [vendor.15877ac6dc69f0fc116e.js:15991,1] [INFO] Side effects in initialization of unused variable KeyEscapeUtils [vendor.15877ac6dc69f0fc116e.js:15985,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:15987,5] [INFO] Dropping unused variable ReactComponentTreeHook [vendor.15877ac6dc69f0fc116e.js:15989,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:16079,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:16080,3] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.15877ac6dc69f0fc116e.js:16069,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:16167,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:16167,14] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:16168,5] [INFO] Dropping unused variable constructor [vendor.15877ac6dc69f0fc116e.js:16168,9] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:16164,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:16332,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:16332,16] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:16333,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:16342,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:16343,5] [INFO] Dropping unused variable ctor [vendor.15877ac6dc69f0fc116e.js:16333,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:16363,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:16363,16] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:16364,7] [INFO] Dropping unused variable owner [vendor.15877ac6dc69f0fc116e.js:16364,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:16484,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:16485,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:16509,55] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.15877ac6dc69f0fc116e.js:16304,5] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.15877ac6dc69f0fc116e.js:16306,5] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:16309,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:16310,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:16539,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:16539,12] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:16552,3] [INFO] Side effects in initialization of unused variable _assign [vendor.15877ac6dc69f0fc116e.js:16532,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:16535,5] [INFO] Dropping unused variable specialTags [vendor.15877ac6dc69f0fc116e.js:16552,7] [INFO] Dropping unused variable inScopeTags [vendor.15877ac6dc69f0fc116e.js:16555,7] [INFO] Dropping unused variable buttonScopeTags [vendor.15877ac6dc69f0fc116e.js:16563,7] [INFO] Dropping unused variable impliedEndTags [vendor.15877ac6dc69f0fc116e.js:16566,7] [INFO] Dropping unused variable emptyAncestorInfo [vendor.15877ac6dc69f0fc116e.js:16568,7] [INFO] Dropping unused variable updatedAncestorInfo [vendor.15877ac6dc69f0fc116e.js:16581,7] [INFO] Dropping unused variable isTagValidWithParent [vendor.15877ac6dc69f0fc116e.js:16631,7] [INFO] Dropping unused variable findInvalidAncestorForTag [vendor.15877ac6dc69f0fc116e.js:16720,7] [INFO] Dropping unused variable findOwnerStack [vendor.15877ac6dc69f0fc116e.js:16793,7] [INFO] Dropping unused variable didWarn [vendor.15877ac6dc69f0fc116e.js:16806,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:16991,30] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:16992,30] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:17031,30] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:17032,30] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:17047,29] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:16984,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:17174,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:17174,16] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:17175,7] [INFO] Dropping unused variable parentInfo [vendor.15877ac6dc69f0fc116e.js:17175,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:17251,28] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:17130,5] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.15877ac6dc69f0fc116e.js:17131,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:17579,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:17580,9] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:17768,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:17769,3] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.15877ac6dc69f0fc116e.js:17696,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:19117,26] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:18954,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:19856,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:19857,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:19860,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:19861,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:19948,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:19949,3] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20025,6] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:20025,6] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20027,37] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20058,76] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20064,43] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20068,6] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:20068,6] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20101,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:20104,7] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:20105,9] [INFO] Dropping unused variable rootElementSibling [vendor.15877ac6dc69f0fc116e.js:20105,13] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20154,6] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:20154,6] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20156,37] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20158,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:20159,7] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20171,11] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:20172,9] [INFO] Side effects in initialization of unused variable containerHasNonRootReactChild [vendor.15877ac6dc69f0fc116e.js:20166,11] [INFO] Side effects in initialization of unused variable isContainerReactRoot [vendor.15877ac6dc69f0fc116e.js:20169,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20183,37] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20198,13] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:20198,20] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:20203,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20220,52] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20222,13] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:20223,11] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20228,48] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20240,9] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:20240,16] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:20241,7] [INFO] Dropping unused variable normalizer [vendor.15877ac6dc69f0fc116e.js:20203,15] [INFO] Dropping unused variable hostNode [vendor.15877ac6dc69f0fc116e.js:20241,11] [INFO] Dropping unused function nodeIsRenderedByOtherInstance [vendor.15877ac6dc69f0fc116e.js:19900,10] [INFO] Dropping unused function isReactNode [vendor.15877ac6dc69f0fc116e.js:19923,10] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.15877ac6dc69f0fc116e.js:19735,5] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.15877ac6dc69f0fc116e.js:19741,5] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:19749,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:19752,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20284,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:20285,5] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.15877ac6dc69f0fc116e.js:20271,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20470,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:20470,14] [INFO] Declarations in unreachable code! [vendor.15877ac6dc69f0fc116e.js:20471,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20491,14] [INFO] Condition always true [vendor.15877ac6dc69f0fc116e.js:20491,6] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:20493,14] [INFO] Condition always true [vendor.15877ac6dc69f0fc116e.js:20493,6] [INFO] Dropping unused variable owner [vendor.15877ac6dc69f0fc116e.js:20471,9] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.15877ac6dc69f0fc116e.js:20453,5] [INFO] Side effects in initialization of unused variable invariant [vendor.15877ac6dc69f0fc116e.js:20458,5] [INFO] Side effects in initialization of unused variable warning [vendor.15877ac6dc69f0fc116e.js:20459,5] [INFO] Condition always true [vendor.15877ac6dc69f0fc116e.js:20567,6] [INFO] Condition always true [vendor.15877ac6dc69f0fc116e.js:27034,13] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:27040,3] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:27095,31] [INFO] Side effects in initialization of unused variable bsClass [vendor.15877ac6dc69f0fc116e.js:27099,5] [INFO] Side effects in initialization of unused variable bsSizes [vendor.15877ac6dc69f0fc116e.js:27141,5] [INFO] Side effects in initialization of unused variable _curry [vendor.15877ac6dc69f0fc116e.js:27261,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:27338,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:27339,5] [INFO] Side effects in initialization of unused variable Size [vendor.15877ac6dc69f0fc116e.js:27375,5] [INFO] Side effects in initialization of unused variable SIZE_MAP [vendor.15877ac6dc69f0fc116e.js:27381,5] [INFO] Side effects in initialization of unused variable DEVICE_SIZES [vendor.15877ac6dc69f0fc116e.js:27392,5] [INFO] Side effects in initialization of unused variable State [vendor.15877ac6dc69f0fc116e.js:27394,5] [INFO] Side effects in initialization of unused variable Style [vendor.15877ac6dc69f0fc116e.js:27401,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:29687,8] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:29687,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.15877ac6dc69f0fc116e.js:29623,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:29749,5] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:29750,3] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:30021,6] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:30021,6] [INFO] Side effects in initialization of unused variable _warning2 [vendor.15877ac6dc69f0fc116e.js:29976,5] [INFO] Condition always true [vendor.15877ac6dc69f0fc116e.js:30728,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:30730,10] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:31612,8] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:31612,8] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:31639,8] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:31639,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.15877ac6dc69f0fc116e.js:31369,5] [INFO] Side effects in initialization of unused variable _ownerDocument2 [vendor.15877ac6dc69f0fc116e.js:31742,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:32225,7] [INFO] Dropping unreachable code [vendor.15877ac6dc69f0fc116e.js:32226,5] [INFO] Dropping unused function readOnlyPropType [vendor.15877ac6dc69f0fc116e.js:32212,10] [INFO] Side effects in initialization of unused variable _invariant2 [vendor.15877ac6dc69f0fc116e.js:32208,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:33644,6] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:33644,6] [INFO] Side effects in initialization of unused variable _warning2 [vendor.15877ac6dc69f0fc116e.js:33577,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:38473,8] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:38473,8] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:38509,8] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:38509,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.15877ac6dc69f0fc116e.js:38261,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:40847,8] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:40847,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.15877ac6dc69f0fc116e.js:40563,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:41152,4] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:41152,4] [INFO] Side effects in initialization of unused variable _warning2 [vendor.15877ac6dc69f0fc116e.js:41129,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:42460,8] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:42460,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.15877ac6dc69f0fc116e.js:42396,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:42586,6] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:42586,6] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:42587,6] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:42587,6] [INFO] Side effects in initialization of unused variable _warning2 [vendor.15877ac6dc69f0fc116e.js:42536,5] [INFO] Condition always false [vendor.15877ac6dc69f0fc116e.js:43603,8] [INFO] Dropping side-effect-free statement [vendor.15877ac6dc69f0fc116e.js:43603,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.15877ac6dc69f0fc116e.js:43377,5] [INFO] Condition always true [vendor.15877ac6dc69f0fc116e.js:45267,5] [INFO] Child [INFO] Hash: b29f4480ba3fa42478da [INFO] Version: webpack 1.14.0 [INFO] Time: 73830ms [INFO] Asset Size Chunks  Chunk Names [INFO] app.cc9edb2d73d01c211097.js 759 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.db0dcf12334643170deb.js 23.3 kB 1 [emitted] [INFO] 2.2.5c0f5dd54aecfc49a522.js 24 kB 2 [emitted] [INFO] 3.3.ad3119933e0510705df8.js 616 kB 3 [emitted] [INFO] vendor.32a7aa06dd71ef3df5d6.js 421 kB 4 [emitted] vendor [INFO] manifest.json 747 bytes  [emitted] [INFO] chunk {0} app.cc9edb2d73d01c211097.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 23.8 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.3 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] [753] ./client/src/scripts/components/callout.jsx 2.51 kB {0} [built] [INFO] [754] ./client/src/scripts/core/footer.jsx 3.03 kB {0} [built] [INFO] [755] ./client/src/scripts/components/wait-icon.jsx 3.19 kB {0} [built] [INFO] [756] ./client/src/scripts/core/error-view.jsx 5.59 kB {0} [built] [INFO] [757] ./client/src/scripts/core/actions.js 839 bytes {0} [built] [INFO] [758] ./client/src/scripts/core/app-message-dlg.jsx 4.02 kB {0} [built] [INFO] [759] ./client/src/scripts/components/message-dlg.jsx 6.98 kB {0} [built] [INFO] [760] ./client/src/scripts/init/index.js 658 bytes {0} [built] [INFO] [763] ./client/src/scripts/pub/index.js 631 bytes {0} [built] [INFO] [766] ./client/src/scripts/components/async-button.jsx 8.26 kB {0} [built] [INFO] [767] ./client/src/scripts/components/fa.jsx 3.65 kB {0} [built] [INFO] [770] ./client/src/scripts/commons/messages.js 760 bytes {0} [built] [INFO] [771] ./client/src/scripts/sys/index.js 1.16 kB {0} [built] [INFO] [772] ./client/src/scripts/sys/session.js 3.59 kB {0} [built] [INFO] [773] ./client/src/scripts/commons/server.js 4.92 kB {0} [built] [INFO] [782] ./client/src/scripts/sys/session-utils.jsx 11.6 kB {0} [built] [INFO] [783] ./client/src/scripts/components/index.js 5.72 kB {0} [built] [INFO] [784] ./client/src/scripts/components/card.jsx 4.51 kB {0} [built] [INFO] [785] ./client/src/scripts/components/fluidbar.jsx 3.65 kB {0} [built] [INFO] [786] ./client/src/scripts/components/profile.jsx 4.66 kB {0} [built] [INFO] [787] ./client/src/scripts/components/profile.less 1.1 kB {0} [built] [INFO] [788] ./~/css-loader!./~/less-loader!./client/src/scripts/components/profile.less 1.69 kB {0} [built] [INFO] [789] ./~/css-loader/lib/css-base.js 1.51 kB {0} [built] [INFO] [790] ./~/style-loader/addStyles.js 7.15 kB {0} [built] [INFO] [791] ./client/src/scripts/components/sidebar.jsx 7.12 kB {0} [built] [INFO] [792] ./client/src/scripts/components/sidebar.less 1.1 kB {0} [built] [INFO] [793] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sidebar.less 749 bytes {0} [built] [INFO] [794] ./client/src/scripts/components/collapse-card.jsx 3.95 kB {0} [built] [INFO] [795] ./client/src/scripts/components/collapse-row.jsx 3.75 kB {0} [built] [INFO] [796] ./client/src/scripts/components/grid-table.jsx 5.64 kB {0} [built] [INFO] [797] ./client/src/scripts/commons/grid-utils.jsx 4.07 kB {0} [built] [INFO] [798] ./client/src/scripts/components/tree-view.jsx 21.8 kB {0} [built] [INFO] [799] ./~/react-addons-css-transition-group/index.js 62 bytes {0} [built] [INFO] [800] ./~/react/lib/ReactCSSTransitionGroup.js 4.65 kB {0} [built] [INFO] [801] ./~/react/lib/ReactTransitionGroup.js 8.68 kB {0} [built] [INFO] [802] ./~/react/lib/ReactTransitionChildMapping.js 3.27 kB {0} [built] [INFO] [803] ./~/react/lib/flattenChildren.js 2.76 kB {0} [built] [INFO] [804] ./~/react/lib/ReactCSSTransitionGroupChild.js 4.67 kB {0} [built] [INFO] [805] ./~/react/lib/ReactAddonsDOMDependencies.js 842 bytes {0} [built] [INFO] [806] ./~/fbjs/lib/CSSCore.js 4.53 kB {0} [built] [INFO] [807] ./~/react/lib/ReactTransitionEvents.js 1.97 kB {0} [built] [INFO] [808] ./client/src/scripts/components/tree-view.less 1.1 kB {0} [built] [INFO] [809] ./~/css-loader!./~/less-loader!./client/src/scripts/components/tree-view.less 510 bytes {0} [built] [INFO] [810] ./client/src/scripts/components/popup.jsx 4.6 kB {0} [built] [INFO] [811] ./client/src/scripts/components/form-dialog.jsx 9.69 kB {0} [built] [INFO] [812] ./client/src/scripts/forms/form.jsx 12.9 kB {0} [built] [INFO] [813] ./client/src/scripts/forms/impl/form-validate.js 1.74 kB {0} [built] [INFO] [814] ./client/src/scripts/forms/impl/form-render.jsx 4.83 kB {0} [built] [INFO] [815] ./client/src/scripts/forms/impl/form-snapshot.js 4.11 kB {0} [built] [INFO] [816] ./client/src/scripts/forms/form-utils.jsx 8.06 kB {0} [built] [INFO] [817] ./client/src/scripts/forms/controls/form-control.jsx 10.4 kB {0} [built] [INFO] [818] ./client/src/scripts/forms/impl/form-init.js 2.29 kB {0} [built] [INFO] [819] ./client/src/scripts/forms/form.less 1.09 kB {0} [built] [INFO] [820] ./~/css-loader!./~/less-loader!./client/src/scripts/forms/form.less 210 bytes {0} [built] [INFO] [821] ./client/src/scripts/forms/controls/input-control.jsx 5.61 kB {0} [built] [INFO] [822] ./client/src/scripts/forms/impl/validators.js 1.75 kB {0} [built] [INFO] [823] ./client/src/scripts/forms/controls/bool-control.jsx 3.65 kB {0} [built] [INFO] [824] ./client/src/scripts/forms/controls/text-control.jsx 4.45 kB {0} [built] [INFO] [825] ./client/src/scripts/forms/controls/select-control.jsx 6.25 kB {0} [built] [INFO] [826] ./client/src/scripts/forms/controls/date-control.jsx 4.32 kB {0} [built] [INFO] [827] ./client/src/scripts/components/date-picker.jsx 8.16 kB {0} [built] [INFO] [828] ./~/react-day-picker/dist/DayPicker.js 22.6 kB {0} [built] [INFO] [829] ./client/src/scripts/forms/controls/subtitle-control.jsx 2.65 kB {0} [built] [INFO] [830] ./client/src/scripts/forms/controls/group-control.jsx 2.55 kB {0} [built] [INFO] [831] ./client/src/scripts/forms/controls/period-control.jsx 4.1 kB {0} [built] [INFO] [832] ./client/src/scripts/components/month-year-picker.jsx 6.87 kB {0} [built] [INFO] [833] ./client/src/scripts/components/year-picker.jsx 6.86 kB {0} [built] [INFO] [834] ./client/src/scripts/components/popup-control.jsx 5.76 kB {0} [built] [INFO] [835] ./client/src/scripts/components/year-picker.less 1.11 kB {0} [built] [INFO] [836] ./~/css-loader!./~/less-loader!./client/src/scripts/components/year-picker.less 581 bytes {0} [built] [INFO] [837] ./client/src/scripts/components/selection-box.jsx 12.8 kB {0} [built] [INFO] [838] ./client/src/scripts/forms/controls/month-year-control.jsx 4.08 kB {0} [built] [INFO] [839] ./client/src/scripts/components/remote-form.jsx 5.79 kB {0} [built] [INFO] [840] ./client/src/scripts/components/react-table.jsx 8.6 kB {0} [built] [INFO] [841] ./client/src/scripts/components/react-row.jsx 2.98 kB {0} [built] [INFO] [842] ./client/src/scripts/components/expandable.jsx 3.64 kB {0} [built] [INFO] [843] ./client/src/scripts/components/autoheight-input.jsx 4.15 kB {0} [built] [INFO] [844] ./client/src/scripts/components/link-tooltip.jsx 3.42 kB {0} [built] [INFO] [845] ./client/src/scripts/components/react-grid.jsx 5.74 kB {0} [built] [INFO] [846] ./client/src/scripts/components/react-grid-cell.jsx 3.73 kB {0} [built] [INFO] [847] ./client/src/scripts/components/list-box.jsx 11.1 kB {0} [built] [INFO] [848] ./client/src/scripts/components/masked-input.jsx 5.19 kB {0} [built] [INFO] [849] ./client/src/scripts/components/command-bar.jsx 5.15 kB {0} [built] [INFO] [850] ./client/src/scripts/components/command-bar.less 1.11 kB {0} [built] [INFO] [851] ./~/css-loader!./~/less-loader!./client/src/scripts/components/command-bar.less 758 bytes {0} [built] [INFO] [852] ./client/src/scripts/components/errors.jsx 1.51 kB {0} [built] [INFO] [853] ./client/src/scripts/components/observer.jsx 4.18 kB {0} [built] [INFO] [854] ./client/src/scripts/components/sideview.jsx 8.61 kB {0} [built] [INFO] [855] ./client/src/scripts/components/sideview.less 1.1 kB {0} [built] [INFO] [856] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sideview.less 762 bytes {0} [built] [INFO] [857] ./client/src/scripts/components/inline-editor.jsx 4.66 kB {0} [built] [INFO] [858] ./client/src/scripts/components/big-button.jsx 3.25 kB {0} [built] [INFO] [859] ./client/src/scripts/components/big-button.less 1.1 kB {0} [built] [INFO] [860] ./~/css-loader!./~/less-loader!./client/src/scripts/components/big-button.less 739 bytes {0} [built] [INFO] [876] ./client/src/scripts/core/storage.js 4.11 kB {0} [built] [INFO] [1042] ./client/src/styles/theme.css 931 bytes {0} [built] [INFO] [1043] ./~/css-loader!./client/src/styles/theme.css 136 kB {0} [built] [INFO] [1044] ./client/src/fonts/glyphicons-halflings-regular.eot 26.9 kB {0} [built] [INFO] [1045] ./client/src/fonts/glyphicons-halflings-regular.woff2 24.1 kB {0} [built] [INFO] [1046] ./client/src/fonts/glyphicons-halflings-regular.woff 31.3 kB {0} [built] [INFO] [1047] ./client/src/fonts/glyphicons-halflings-regular.ttf 60.6 kB {0} [built] [INFO] [1048] ./client/src/fonts/glyphicons-halflings-regular.svg 82 bytes {0} [built] [INFO] [1049] ./client/src/fonts/OpenSans-Regular.woff 85 kB {0} [built] [INFO] [1050] ./client/src/fonts/OpenSans-Bold.woff 84.8 kB {0} [built] [INFO] [1051] ./~/font-awesome-webpack/index.js 74 bytes {0} [built] [INFO] [1052] ./~/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] [1053] ./~/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] [1054] ./~/font-awesome-webpack/~/css-loader/lib/css-base.js 1.51 kB {0} [built] [INFO] [1055] ./~/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0 165 bytes {0} [built] [INFO] [1056] ./~/font-awesome/fonts/fontawesome-webfont.eot 281 bytes {0} [built] [INFO] [1057] ./~/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 84 bytes {0} [built] [INFO] [1058] ./~/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0 83 bytes {0} [built] [INFO] [1059] ./~/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0 165 bytes {0} [built] [INFO] [1060] ./~/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0 165 bytes {0} [built] [INFO] [1061] ./~/font-awesome-webpack/~/style-loader/addStyles.js 6.09 kB {0} [built] [INFO] chunk {1} 1.1.db0dcf12334643170deb.js 62.7 kB {0} {2} {3} [rendered] [INFO] [761] ./client/src/scripts/init/home.jsx 3.27 kB {1} [built] [INFO] [762] ./client/src/scripts/init/welcome.jsx 6.18 kB {1} [built] [INFO] [769] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built] [INFO] [1038] ./client/src/scripts/init/initoptions.jsx 4.17 kB {1} [built] [INFO] [1039] ./client/src/scripts/init/newworkspace.jsx 15.8 kB {1} [built] [INFO] [1040] ./client/src/scripts/init/success.jsx 4.38 kB {1} [built] [INFO] [1041] ./client/src/scripts/init/offlineinit.jsx 26.1 kB {1} [built] [INFO] chunk {2} 2.2.5c0f5dd54aecfc49a522.js 62 kB {1} {3} {0} [rendered] [INFO] [764] ./client/src/scripts/pub/routes.jsx 3.19 kB {2} [built] [INFO] [765] ./client/src/scripts/pub/login.jsx 12.7 kB {2} [built] [INFO] [768] ./client/src/scripts/components/error.jsx 868 bytes {2} [built] [INFO] [769] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built] [INFO] [1027] ./client/src/scripts/pub/logo.jsx 2.33 kB {2} [built] [INFO] [1028] ./client/src/scripts/pub/logo.less 1.09 kB {2} [built] [INFO] [1029] ./~/css-loader!./~/less-loader!./client/src/scripts/pub/logo.less 403 bytes {2} [built] [INFO] [1030] ./client/src/scripts/pub/borderless-form.jsx 726 bytes {2} [built] [INFO] [1031] ./client/src/scripts/pub/borderless-form.less 1.12 kB {2} [built] [INFO] [1032] ./~/css-loader!./~/less-loader!./client/src/scripts/pub/borderless-form.less 429 bytes {2} [built] [INFO] [1033] ./client/src/scripts/pub/self-reg.jsx 11.3 kB {2} [built] [INFO] [1034] ./client/src/scripts/pub/forgot-pwd.jsx 7.94 kB {2} [built] [INFO] [1035] ./client/src/scripts/pub/reset-pwd.jsx 2.62 kB {2} [built] [INFO] [1036] ./client/src/scripts/pub/set-password.jsx 11.9 kB {2} [built] [INFO] [1037] ./client/src/scripts/pub/confirm-email.jsx 2.68 kB {2} [built] [INFO] chunk {3} 3.3.ad3119933e0510705df8.js 1.18 MB {2} {1} {0} [rendered] [INFO] [769] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built] [INFO] [861] ./client/src/scripts/sys/routes.jsx 5.66 kB {3} [built] [INFO] [862] ./client/src/scripts/sys/packages/types/init.js 1.71 kB {3} [built] [INFO] [863] ./client/src/scripts/sys/packages/types/admin-unit-control.jsx 8.26 kB {3} [built] [INFO] [864] ./client/src/scripts/sys/packages/types/yesno-control.jsx 6.05 kB {3} [built] [INFO] [865] ./client/src/scripts/sys/packages/types/unit-control.jsx 9.59 kB {3} [built] [INFO] [866] ./client/src/scripts/sys/packages/types/multi-select.jsx 4.54 kB {3} [built] [INFO] [867] ./client/src/scripts/sys/packages/types/list-box-control.jsx 5.3 kB {3} [built] [INFO] [868] ./client/src/scripts/sys/packages/types/table-form-control.jsx 8.44 kB {3} [built] [INFO] [869] ./client/src/scripts/sys/packages/types/table-form-control.less 1.17 kB {3} [built] [INFO] [870] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/types/table-form-control.less 242 bytes {3} [built] [INFO] [871] ./client/src/scripts/sys/packages/types/multi-list-box-control.jsx 4.81 kB {3} [built] [INFO] [872] ./client/src/scripts/sys/packages/types/person-name-control.jsx 8.99 kB {3} [built] [INFO] [873] ./client/src/scripts/sys/packages/types/person-name-control.less 1.17 kB {3} [built] [INFO] [874] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/types/person-name-control.less 294 bytes {3} [built] [INFO] [875] ./client/src/scripts/sys/packages/types/address-control.jsx 8.3 kB {3} [built] [INFO] [877] ./client/src/scripts/sys/user/language-sel.jsx 5.6 kB {3} [built] [INFO] [878] ./client/src/scripts/sys/user/workspace-sel.jsx 6.26 kB {3} [built] [INFO] [879] ./client/src/scripts/sys/toolbar.jsx 12.4 kB {3} [built] [INFO] [880] ./client/src/scripts/sys/search-box.jsx 10.2 kB {3} [built] [INFO] [881] ./client/src/scripts/sys/search-box.less 1.1 kB {3} [built] [INFO] [882] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/search-box.less 1.37 kB {3} [built] [INFO] [883] ./client/src/scripts/sys/toolbar.less 1.1 kB {3} [built] [INFO] [884] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/toolbar.less 887 bytes {3} [built] [INFO] [885] ./client/src/scripts/sys/admin/routes.jsx 3.21 kB {3} [built] [INFO] [886] ./client/src/scripts/sys/admin/tables.jsx 4.97 kB {3} [built] [INFO] [887] ./client/src/scripts/sys/page-content.jsx 3.17 kB {3} [built] [INFO] [888] ./client/src/scripts/sys/sidebar-content.jsx 5.25 kB {3} [built] [INFO] [889] ./client/src/scripts/sys/admin/tables/admunits.jsx 20.3 kB {3} [built] [INFO] [890] ./client/src/scripts/commons/crud.js 6.45 kB {3} [built] [INFO] [891] ./client/src/scripts/sys/admin/tables/country-structures.jsx 3.85 kB {3} [built] [INFO] [892] ./client/src/scripts/sys/packages/crud/crud-view.jsx 7.92 kB {3} [built] [INFO] [893] ./client/src/scripts/sys/packages/crud/crud-message.jsx 4.47 kB {3} [built] [INFO] [894] ./client/src/scripts/sys/packages/crud/crud-control-wrapper.jsx 3.34 kB {3} [built] [INFO] [895] ./client/src/scripts/sys/packages/crud/crud-pagination.jsx 3.6 kB {3} [built] [INFO] [896] ./client/src/scripts/sys/packages/crud/crud-grid.jsx 3.9 kB {3} [built] [INFO] [897] ./client/src/scripts/sys/packages/crud/crud-cell.jsx 10.7 kB {3} [built] [INFO] [898] ./client/src/scripts/sys/packages/crud/crud-controller.js 20.4 kB {3} [built] [INFO] [899] ./client/src/scripts/sys/packages/crud/crud-form.jsx 4.64 kB {3} [built] [INFO] [900] ./client/src/scripts/sys/packages/crud/crud-counter.jsx 4.92 kB {3} [built] [INFO] [901] ./client/src/scripts/sys/packages/crud/crud-add-button.jsx 4.59 kB {3} [built] [INFO] [902] ./client/src/scripts/sys/admin/tables/sources.jsx 4.21 kB {3} [built] [INFO] [903] ./client/src/scripts/sys/admin/tables/units.jsx 10.4 kB {3} [built] [INFO] [904] ./client/src/scripts/sys/admin/tables/substances.jsx 8 kB {3} [built] [INFO] [905] ./client/src/scripts/sys/admin/tables/products.jsx 6.52 kB {3} [built] [INFO] [906] ./client/src/scripts/sys/admin/tables/regimens.jsx 5.42 kB {3} [built] [INFO] [907] ./client/src/scripts/sys/admin/tables/tags.jsx 9.07 kB {3} [built] [INFO] [908] ./client/src/scripts/sys/admin/tables/user-profiles.jsx 3.71 kB {3} [built] [INFO] [909] ./client/src/scripts/sys/admin/tables/permission-tree.jsx 11.7 kB {3} [built] [INFO] [910] ./client/src/scripts/sys/admin/tables/users-ws.jsx 9.7 kB {3} [built] [INFO] [911] ./client/src/scripts/sys/admin/tables/user-ws-changepwd.jsx 4.52 kB {3} [built] [INFO] [912] ./client/src/scripts/sys/admin/tables/ageranges.jsx 3.55 kB {3} [built] [INFO] [913] ./client/src/scripts/sys/admin/reports.jsx 3.8 kB {3} [built] [INFO] [914] ./client/src/scripts/sys/admin/reports/usersessions.jsx 14 kB {3} [built] [INFO] [915] ./client/src/scripts/sys/admin/reports/onlineusers.jsx 8.05 kB {3} [built] [INFO] [916] ./client/src/scripts/sys/admin/reports/cmdhistory.jsx 14.4 kB {3} [built] [INFO] [917] ./client/src/scripts/sys/admin/reports/command-type-control.jsx 5.83 kB {3} [built] [INFO] [918] ./client/src/scripts/sys/admin/reports/errorlog.jsx 10.2 kB {3} [built] [INFO] [919] ./client/src/scripts/sys/admin/settings.jsx 3.24 kB {3} [built] [INFO] [920] ./client/src/scripts/sys/admin/settings/sys-config.jsx 8 kB {3} [built] [INFO] [921] ./client/src/scripts/sys/admin/settings/workspaces.jsx 3.53 kB {3} [built] [INFO] [922] ./client/src/scripts/sys/packages/crud/index.js 1.37 kB {3} [built] [INFO] [923] ./client/src/scripts/sys/packages/crud/crud-table.jsx 7.1 kB {3} [built] [INFO] [924] ./client/src/scripts/sys/workspace/index.jsx 3.15 kB {3} [built] [INFO] [925] ./client/src/scripts/sys/front-page.jsx 6.28 kB {3} [built] [INFO] [926] ./client/src/scripts/sys/workspace/general.jsx 3.47 kB {3} [built] [INFO] [927] ./client/src/scripts/sys/workspace/general-settings.jsx 8.77 kB {3} [built] [INFO] [928] ./client/src/scripts/sys/packages/others/units-card.jsx 8.1 kB {3} [built] [INFO] [929] ./client/src/scripts/commons/fake-crud.js 3.24 kB {3} [built] [INFO] [930] ./client/src/scripts/sys/packages/dashboard/dashboard-view.jsx 4.63 kB {3} [built] [INFO] [931] ./client/src/scripts/sys/packages/reports/indicator.js 6.84 kB {3} [built] [INFO] [932] ./client/src/scripts/sys/packages/reports/indicator-view.jsx 2.98 kB {3} [built] [INFO] [933] ./client/src/scripts/sys/packages/reports/chart.jsx 5.21 kB {3} [built] [INFO] [934] ./~/react-highcharts/dist/ReactHighcharts.js 2.18 kB {3} [built] [INFO] [935] ./~/highcharts/highcharts.js 194 kB {3} [built] [INFO] [936] ./client/src/scripts/sys/packages/reports/theme.js 531 bytes {3} [built] [INFO] [937] ./client/src/scripts/sys/packages/reports/table-view.jsx 6.16 kB {3} [built] [INFO] [938] ./client/src/scripts/sys/packages/reports/table-view.less 1.15 kB {3} [built] [INFO] [939] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/reports/table-view.less 799 bytes {3} [built] [INFO] [940] ./client/src/scripts/sys/packages/cases/cases.jsx 4.41 kB {3} [built] [INFO] [941] ./client/src/scripts/sys/packages/cases/cases-side-view.jsx 9.42 kB {3} [built] [INFO] [942] ./client/src/scripts/sys/packages/cases/advanced-search.jsx 5.37 kB {3} [built] [INFO] [943] ./client/src/scripts/sys/packages/filters/filters-card.jsx 4.46 kB {3} [built] [INFO] [944] ./client/src/scripts/sys/packages/filters/filters-selector.jsx 8.61 kB {3} [built] [INFO] [945] ./client/src/scripts/sys/packages/filters/group-popup.jsx 5.67 kB {3} [built] [INFO] [946] ./client/src/scripts/sys/packages/filters/filter-box.jsx 4.53 kB {3} [built] [INFO] [947] ./client/src/scripts/sys/packages/filters/filter-factory.js 799 bytes {3} [built] [INFO] [948] ./client/src/scripts/sys/packages/filters/select-filter.jsx 3.15 kB {3} [built] [INFO] [949] ./client/src/scripts/sys/packages/filters/period-filter.jsx 2.86 kB {3} [built] [INFO] [950] ./client/src/scripts/sys/packages/filters/filters.less 1.14 kB {3} [built] [INFO] [951] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/filters/filters.less 598 bytes {3} [built] [INFO] [952] ./client/src/scripts/sys/packages/cases/cases-list.jsx 8.56 kB {3} [built] [INFO] [953] ./client/src/scripts/sys/packages/cases/tag-cases-list.jsx 10.8 kB {3} [built] [INFO] [954] ./client/src/scripts/sys/packages/cases/summary-list.jsx 4.97 kB {3} [built] [INFO] [955] ./client/src/scripts/sys/packages/cases/cases-reports.jsx 5.33 kB {3} [built] [INFO] [956] ./client/src/scripts/sys/packages/reports/report-view.jsx 5.62 kB {3} [built] [INFO] [957] ./client/src/scripts/sys/packages/reports/report.js 4.68 kB {3} [built] [INFO] [958] ./client/src/scripts/sys/packages/reports/report.less 1.14 kB {3} [built] [INFO] [959] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/reports/report.less 718 bytes {3} [built] [INFO] [960] ./client/src/scripts/sys/packages/reports/report-editor.jsx 5.98 kB {3} [built] [INFO] [961] ./client/src/scripts/sys/packages/reports/report-header.jsx 6.84 kB {3} [built] [INFO] [962] ./client/src/scripts/sys/packages/reports/indicator-editor.jsx 11.6 kB {3} [built] [INFO] [963] ./client/src/scripts/sys/packages/reports/variables-selector.jsx 4.99 kB {3} [built] [INFO] [964] ./client/src/scripts/sys/packages/reports/variables-box.jsx 5.8 kB {3} [built] [INFO] [965] ./client/src/scripts/sys/packages/reports/variable-control.jsx 3.22 kB {3} [built] [INFO] [966] ./client/src/scripts/sys/packages/cases/cases-distribution.jsx 7.43 kB {3} [built] [INFO] [967] ./client/src/scripts/sys/adminunit/index.jsx 4.47 kB {3} [built] [INFO] [968] ./client/src/scripts/sys/adminunit/general.jsx 3.25 kB {3} [built] [INFO] [969] ./client/src/scripts/sys/unit/index.jsx 4.46 kB {3} [built] [INFO] [970] ./client/src/scripts/sys/unit/general.jsx 3.03 kB {3} [built] [INFO] [971] ./client/src/scripts/sys/unit/cases.jsx 4.67 kB {3} [built] [INFO] [972] ./client/src/scripts/sys/unit/cases-unit.jsx 13.1 kB {3} [built] [INFO] [973] ./client/src/scripts/sys/mock-option-lists.jsx 3.1 kB {3} [built] [INFO] [974] ./client/src/scripts/sys/case/treat/treat-progress.jsx 4.03 kB {3} [built] [INFO] [975] ./client/src/scripts/sys/case/treat/treat-progress.less 1.16 kB {3} [built] [INFO] [976] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-progress.less 302 bytes {3} [built] [INFO] [977] ./client/src/scripts/sys/case/index.jsx 19.8 kB {3} [built] [INFO] [978] ./client/src/scripts/sys/case/patient-panel.jsx 7.07 kB {3} [built] [INFO] [979] ./client/src/scripts/sys/case/patient-panel.less 1.14 kB {3} [built] [INFO] [980] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/patient-panel.less 698 bytes {3} [built] [INFO] [981] ./client/src/scripts/sys/case/events.js 836 bytes {3} [built] [INFO] [982] ./client/src/scripts/sys/case/case-data.jsx 6.2 kB {3} [built] [INFO] [983] ./client/src/scripts/sys/case/case-prev-tb-treats.jsx 7.43 kB {3} [built] [INFO] [984] ./client/src/scripts/sys/case/case-comments.jsx 5.49 kB {3} [built] [INFO] [985] ./client/src/scripts/sys/case/comments-box.jsx 16.7 kB {3} [built] [INFO] [986] ./client/src/scripts/sys/case/comments-box.less 1.13 kB {3} [built] [INFO] [987] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/comments-box.less 361 bytes {3} [built] [INFO] [988] ./client/src/scripts/sys/case/case-contacts.jsx 8.6 kB {3} [built] [INFO] [989] ./client/src/scripts/sys/case/case-adv-reacts.jsx 6.89 kB {3} [built] [INFO] [990] ./client/src/scripts/sys/case/case-comorbidities.jsx 9.25 kB {3} [built] [INFO] [991] ./client/src/scripts/sys/case/case-edit-form.jsx 4.47 kB {3} [built] [INFO] [992] ./client/src/scripts/sys/case/other-cases.jsx 4.86 kB {3} [built] [INFO] [993] ./client/src/scripts/sys/case/case-exams.jsx 12.2 kB {3} [built] [INFO] [994] ./client/src/scripts/sys/case/followup-display.jsx 6.63 kB {3} [built] [INFO] [995] ./client/src/scripts/sys/case/followup-utils.js 27 kB {3} [built] [INFO] [996] ./client/src/scripts/sys/case/followup-modal.jsx 5.64 kB {3} [built] [INFO] [997] ./client/src/scripts/sys/case/case-treatment.jsx 11.7 kB {3} [built] [INFO] [998] ./client/src/scripts/sys/case/treat/treat-timeline.jsx 11.7 kB {3} [built] [INFO] [999] ./client/src/scripts/sys/case/treat/treat-popup.jsx 8.04 kB {3} [built] [INFO] [1000] ./client/src/scripts/sys/case/treat/treat-timeline.less 1.16 kB {3} [built] [INFO] [1001] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-timeline.less 264 bytes {3} [built] [INFO] [1002] ./client/src/scripts/sys/case/treat/treat-update.jsx 4.93 kB {3} [built] [INFO] [1003] ./client/src/scripts/sys/case/treat/edt-prescription.jsx 6.29 kB {3} [built] [INFO] [1004] ./client/src/scripts/sys/case/treat/add-prescription.jsx 5.75 kB {3} [built] [INFO] [1005] ./client/src/scripts/sys/case/treat/treat-followup.jsx 7.77 kB {3} [built] [INFO] [1006] ./client/src/scripts/sys/case/treat/followup-calendar.jsx 6.43 kB {3} [built] [INFO] [1007] ./client/src/scripts/sys/case/treat/calend-editor.jsx 9.51 kB {3} [built] [INFO] [1008] ./client/src/scripts/sys/case/treat/treat-followup.less 1.16 kB {3} [built] [INFO] [1009] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-followup.less 2.12 kB {3} [built] [INFO] [1010] ./client/src/scripts/sys/case/treat/no-treat-panel.jsx 5.21 kB {3} [built] [INFO] [1011] ./client/src/scripts/sys/case/treat/start-regimen.jsx 8.14 kB {3} [built] [INFO] [1012] ./client/src/scripts/sys/case/case-close.jsx 4.64 kB {3} [built] [INFO] [1013] ./client/src/scripts/sys/case/case-move.jsx 5.01 kB {3} [built] [INFO] [1014] ./client/src/scripts/sys/case/case-issues.jsx 9.51 kB {3} [built] [INFO] [1015] ./client/src/scripts/sys/case/issues.jsx 4.61 kB {3} [built] [INFO] [1016] ./client/src/scripts/sys/case/issue-card.jsx 12.9 kB {3} [built] [INFO] [1017] ./client/src/scripts/sys/case/issue-followups-box.jsx 11.3 kB {3} [built] [INFO] [1018] ./client/src/scripts/sys/case/case-tags.jsx 5.14 kB {3} [built] [INFO] [1019] ./client/src/scripts/sys/case/suspect-followup.jsx 3.79 kB {3} [built] [INFO] [1020] ./client/src/scripts/sys/case/new/index.jsx 5.97 kB {3} [built] [INFO] [1021] ./client/src/scripts/sys/case/new/new-searchpatient.jsx 14.8 kB {3} [built] [INFO] [1022] ./client/src/scripts/sys/case/new/new-notifform.jsx 4.52 kB {3} [built] [INFO] [1023] ./client/src/scripts/sys/user/settings.jsx 5.58 kB {3} [built] [INFO] [1024] ./client/src/scripts/sys/user/change-password.jsx 5.04 kB {3} [built] [INFO] [1025] ./client/src/scripts/sys/sync.jsx 15.6 kB {3} [built] [INFO] [1026] ./client/src/scripts/sys/start.jsx 2.57 kB {3} [built] [INFO] chunk {4} vendor.32a7aa06dd71ef3df5d6.js (vendor) 1.4 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] ./~/react-overlays/~/dom-helpers/transition/properties.js 3.61 kB {4} [built] [INFO] [619] ./~/react-overlays/~/dom-helpers/util/inDOM.js 221 bytes {4} [built] [INFO] [620] ./~/react-overlays/~/dom-helpers/events/on.js 869 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] ./~/dom-helpers/util/inDOM.js 117 bytes {4} [built] [INFO] [626] ./~/keycode/index.js 2.76 kB {4} [built] [INFO] [627] ./~/react-prop-types/lib/isRequiredForA11y.js 841 bytes {4} [built] [INFO] [628] ./~/uncontrollable/index.js 852 bytes {4} [built] [INFO] [629] ./~/uncontrollable/createUncontrollable.js 5.42 kB {4} [built] [INFO] [630] ./~/uncontrollable/utils.js 3.53 kB {4} [built] [INFO] [631] ./~/react-bootstrap/lib/DropdownMenu.js 6.51 kB {4} [built] [INFO] [632] ./~/babel-runtime/core-js/array/from.js 91 bytes {4} [built] [INFO] [633] ./~/babel-runtime/~/core-js/library/fn/array/from.js 146 bytes {4} [built] [INFO] [634] ./~/babel-runtime/~/core-js/library/modules/es6.array.from.js 1.67 kB {4} [built] [INFO] [635] ./~/babel-runtime/~/core-js/library/modules/_iter-call.js 403 bytes {4} [built] [INFO] [636] ./~/babel-runtime/~/core-js/library/modules/_is-array-iter.js 277 bytes {4} [built] [INFO] [637] ./~/babel-runtime/~/core-js/library/modules/_create-property.js 270 bytes {4} [built] [INFO] [638] ./~/babel-runtime/~/core-js/library/modules/core.get-iterator-method.js 293 bytes {4} [built] [INFO] [639] ./~/babel-runtime/~/core-js/library/modules/_classof.js 709 bytes {4} [built] [INFO] [640] ./~/babel-runtime/~/core-js/library/modules/_iter-detect.js 582 bytes {4} [built] [INFO] [641] ./~/react-overlays/lib/RootCloseWrapper.js 5.81 kB {4} [built] [INFO] [642] ./~/react-overlays/~/dom-helpers/query/contains.js 941 bytes {4} [built] [INFO] [643] ./~/react-overlays/lib/utils/addEventListener.js 619 bytes {4} [built] [INFO] [644] ./~/react-overlays/~/dom-helpers/events/off.js 721 bytes {4} [built] [INFO] [645] ./~/react-overlays/lib/utils/ownerDocument.js 574 bytes {4} [built] [INFO] [646] ./~/react-overlays/~/dom-helpers/ownerDocument.js 231 bytes {4} [built] [INFO] [647] ./~/react-bootstrap/lib/DropdownToggle.js 3.35 kB {4} [built] [INFO] [648] ./~/react-bootstrap/lib/utils/PropTypes.js 2.24 kB {4} [built] [INFO] [649] ./~/react-bootstrap/lib/DropdownButton.js 3.17 kB {4} [built] [INFO] [650] ./~/react-bootstrap/lib/utils/splitComponentProps.js 787 bytes {4} [built] [INFO] [651] ./~/react-bootstrap/lib/Fade.js 3.2 kB {4} [built] [INFO] [652] ./~/react-bootstrap/lib/Form.js 2.85 kB {4} [built] [INFO] [653] ./~/react-bootstrap/lib/FormControl.js 4.23 kB {4} [built] [INFO] [654] ./~/react-bootstrap/lib/FormControlFeedback.js 3.57 kB {4} [built] [INFO] [655] ./~/react-bootstrap/lib/FormControlStatic.js 2.6 kB {4} [built] [INFO] [656] ./~/react-bootstrap/lib/FormGroup.js 3.85 kB {4} [built] [INFO] [657] ./~/react-bootstrap/lib/Grid.js 2.79 kB {4} [built] [INFO] [658] ./~/react-bootstrap/lib/HelpBlock.js 2.15 kB {4} [built] [INFO] [659] ./~/react-bootstrap/lib/Image.js 3.15 kB {4} [built] [INFO] [660] ./~/react-bootstrap/lib/InputGroup.js 2.64 kB {4} [built] [INFO] [661] ./~/react-bootstrap/lib/InputGroupAddon.js 2.2 kB {4} [built] [INFO] [662] ./~/react-bootstrap/lib/InputGroupButton.js 2.2 kB {4} [built] [INFO] [663] ./~/react-bootstrap/lib/Jumbotron.js 2.52 kB {4} [built] [INFO] [664] ./~/react-bootstrap/lib/Label.js 2.96 kB {4} [built] [INFO] [665] ./~/react-bootstrap/lib/ListGroup.js 3.83 kB {4} [built] [INFO] [666] ./~/react-bootstrap/lib/ListGroupItem.js 4.33 kB {4} [built] [INFO] [667] ./~/react-bootstrap/lib/Media.js 3.33 kB {4} [built] [INFO] [668] ./~/react-bootstrap/lib/MediaBody.js 2.52 kB {4} [built] [INFO] [669] ./~/react-bootstrap/lib/MediaHeading.js 2.55 kB {4} [built] [INFO] [670] ./~/react-bootstrap/lib/MediaLeft.js 2.66 kB {4} [built] [INFO] [671] ./~/react-bootstrap/lib/MediaList.js 2.15 kB {4} [built] [INFO] [672] ./~/react-bootstrap/lib/MediaListItem.js 2.17 kB {4} [built] [INFO] [673] ./~/react-bootstrap/lib/MediaRight.js 2.67 kB {4} [built] [INFO] [674] ./~/react-bootstrap/lib/MenuItem.js 5.68 kB {4} [built] [INFO] [675] ./~/react-bootstrap/lib/Modal.js 10.8 kB {4} [built] [INFO] [676] ./~/dom-helpers/events/index.js 157 bytes {4} [built] [INFO] [677] ./~/dom-helpers/events/on.js 465 bytes {4} [built] [INFO] [678] ./~/dom-helpers/events/off.js 473 bytes {4} [built] [INFO] [679] ./~/dom-helpers/events/filter.js 394 bytes {4} [built] [INFO] [680] ./~/dom-helpers/query/querySelectorAll.js 918 bytes {4} [built] [INFO] [681] ./~/dom-helpers/util/scrollbarSize.js 581 bytes {4} [built] [INFO] [682] ./~/react-overlays/lib/Modal.js 16.8 kB {4} [built] [INFO] [683] ./~/react-prop-types/lib/componentOrElement.js 1.57 kB {4} [built] [INFO] [684] ./~/react-overlays/lib/Portal.js 3.94 kB {4} [built] [INFO] [685] ./~/react-overlays/lib/utils/getContainer.js 538 bytes {4} [built] [INFO] [686] ./~/react-overlays/lib/ModalManager.js 5.83 kB {4} [built] [INFO] [687] ./~/react-overlays/~/dom-helpers/style/index.js 1.78 kB {4} [built] [INFO] [688] ./~/react-overlays/~/dom-helpers/util/camelizeStyle.js 767 bytes {4} [built] [INFO] [689] ./~/react-overlays/~/dom-helpers/util/camelize.js 287 bytes {4} [built] [INFO] [690] ./~/react-overlays/~/dom-helpers/util/hyphenateStyle.js 772 bytes {4} [built] [INFO] [691] ./~/react-overlays/~/dom-helpers/util/hyphenate.js 257 bytes {4} [built] [INFO] [692] ./~/react-overlays/~/dom-helpers/style/getComputedStyle.js 1.81 kB {4} [built] [INFO] [693] ./~/react-overlays/~/dom-helpers/style/removeStyle.js 291 bytes {4} [built] [INFO] [694] ./~/react-overlays/~/dom-helpers/transition/isTransform.js 349 bytes {4} [built] [INFO] [695] ./~/react-overlays/~/dom-helpers/class/index.js 780 bytes {4} [built] [INFO] [696] ./~/react-overlays/~/dom-helpers/class/addClass.js 536 bytes {4} [built] [INFO] [697] ./~/react-overlays/~/dom-helpers/class/hasClass.js 354 bytes {4} [built] [INFO] [698] ./~/react-overlays/~/dom-helpers/class/removeClass.js 297 bytes {4} [built] [INFO] [699] ./~/react-overlays/~/dom-helpers/util/scrollbarSize.js 842 bytes {4} [built] [INFO] [700] ./~/react-overlays/lib/utils/isOverflowing.js 1.18 kB {4} [built] [INFO] [701] ./~/react-overlays/~/dom-helpers/query/isWindow.js 282 bytes {4} [built] [INFO] [702] ./~/react-overlays/lib/utils/manageAriaHidden.js 1.12 kB {4} [built] [INFO] [703] ./~/react-overlays/lib/utils/addFocusListener.js 879 bytes {4} [built] [INFO] [704] ./~/react-overlays/~/dom-helpers/activeElement.js 593 bytes {4} [built] [INFO] [705] ./~/react-bootstrap/lib/ModalBody.js 2.52 kB {4} [built] [INFO] [706] ./~/react-bootstrap/lib/ModalDialog.js 3.38 kB {4} [built] [INFO] [707] ./~/react-bootstrap/lib/ModalFooter.js 2.54 kB {4} [built] [INFO] [708] ./~/react-bootstrap/lib/ModalHeader.js 3.97 kB {4} [built] [INFO] [709] ./~/react-bootstrap/lib/ModalTitle.js 2.53 kB {4} [built] [INFO] [710] ./~/react-bootstrap/lib/Nav.js 13 kB {4} [built] [INFO] [711] ./~/react-bootstrap/lib/Navbar.js 10.7 kB {4} [built] [INFO] [712] ./~/react-bootstrap/lib/NavbarBrand.js 2.53 kB {4} [built] [INFO] [713] ./~/react-bootstrap/lib/NavbarCollapse.js 2.36 kB {4} [built] [INFO] [714] ./~/react-bootstrap/lib/NavbarHeader.js 2.23 kB {4} [built] [INFO] [715] ./~/react-bootstrap/lib/NavbarToggle.js 3.43 kB {4} [built] [INFO] [716] ./~/react-bootstrap/lib/NavDropdown.js 4.52 kB {4} [built] [INFO] [717] ./~/react-bootstrap/lib/NavItem.js 3.69 kB {4} [built] [INFO] [718] ./~/react-bootstrap/lib/Overlay.js 4.2 kB {4} [built] [INFO] [719] ./~/react-overlays/lib/Overlay.js 8.03 kB {4} [built] [INFO] [720] ./~/react-overlays/lib/Position.js 7.89 kB {4} [built] [INFO] [721] ./~/react-overlays/lib/utils/calculatePosition.js 4.04 kB {4} [built] [INFO] [722] ./~/react-overlays/~/dom-helpers/query/offset.js 1.38 kB {4} [built] [INFO] [723] ./~/react-overlays/~/dom-helpers/query/position.js 2.18 kB {4} [built] [INFO] [724] ./~/react-overlays/~/dom-helpers/query/offsetParent.js 869 bytes {4} [built] [INFO] [725] ./~/react-overlays/~/dom-helpers/query/scrollTop.js 689 bytes {4} [built] [INFO] [726] ./~/react-overlays/~/dom-helpers/query/scrollLeft.js 691 bytes {4} [built] [INFO] [727] ./~/react-bootstrap/lib/OverlayTrigger.js 10.3 kB {4} [built] [INFO] [728] ./~/react-bootstrap/lib/PageHeader.js 2.32 kB {4} [built] [INFO] [729] ./~/react-bootstrap/lib/PageItem.js 534 bytes {4} [built] [INFO] [730] ./~/react-bootstrap/lib/PagerItem.js 3.56 kB {4} [built] [INFO] [731] ./~/react-bootstrap/lib/utils/deprecationWarning.js 2.57 kB {4} [built] [INFO] [732] ./~/react-bootstrap/lib/Pager.js 3.01 kB {4} [built] [INFO] [733] ./~/react-bootstrap/lib/Pagination.js 9.37 kB {4} [built] [INFO] [734] ./~/react-bootstrap/lib/PaginationButton.js 3.98 kB {4} [built] [INFO] [735] ./~/react-bootstrap/lib/Panel.js 8.6 kB {4} [built] [INFO] [736] ./~/react-bootstrap/lib/Popover.js 4.93 kB {4} [built] [INFO] [737] ./~/react-bootstrap/lib/ProgressBar.js 6.19 kB {4} [built] [INFO] [738] ./~/react-bootstrap/lib/Radio.js 4.29 kB {4} [built] [INFO] [739] ./~/react-bootstrap/lib/ResponsiveEmbed.js 3.54 kB {4} [built] [INFO] [740] ./~/react-bootstrap/lib/Row.js 2.46 kB {4} [built] [INFO] [741] ./~/react-bootstrap/lib/SplitButton.js 3.87 kB {4} [built] [INFO] [742] ./~/react-bootstrap/lib/SplitToggle.js 1.61 kB {4} [built] [INFO] [743] ./~/react-bootstrap/lib/Tab.js 2.25 kB {4} [built] [INFO] [744] ./~/react-bootstrap/lib/TabContainer.js 4.51 kB {4} [built] [INFO] [745] ./~/react-bootstrap/lib/TabContent.js 6.24 kB {4} [built] [INFO] [746] ./~/react-bootstrap/lib/TabPane.js 9.42 kB {4} [built] [INFO] [747] ./~/react-bootstrap/lib/Table.js 3.37 kB {4} [built] [INFO] [748] ./~/react-bootstrap/lib/Tabs.js 5.61 kB {4} [built] [INFO] [749] ./~/react-bootstrap/lib/Thumbnail.js 2.85 kB {4} [built] [INFO] [750] ./~/react-bootstrap/lib/Tooltip.js 4.67 kB {4} [built] [INFO] [751] ./~/react-bootstrap/lib/Well.js 2.24 kB {4} [built] [INFO] [752] ./~/react-bootstrap/lib/utils/index.js 1.11 kB {4} [built] [INFO] [774] ./~/superagent/lib/client.js 22 kB {4} [built] [INFO] [775] ./~/component-emitter/index.js 3.18 kB {4} [built] [INFO] [776] ./~/superagent/lib/request-base.js 12.9 kB {4} [built] [INFO] [777] ./~/superagent/lib/is-object.js 209 bytes {4} [built] [INFO] [778] ./~/superagent/lib/is-function.js 308 bytes {4} [built] [INFO] [779] ./~/superagent/lib/response-base.js 2.78 kB {4} [built] [INFO] [780] ./~/superagent/lib/utils.js 1.31 kB {4} [built] [INFO] [781] ./~/superagent/lib/should-retry.js 558 bytes {4} [built] [INFO] [INFO] WARNING in app.cc9edb2d73d01c211097.js from UglifyJs [INFO] Condition always false [app.cc9edb2d73d01c211097.js:8136,17] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:8137,17] [INFO] Side effects in initialization of unused variable App [app.cc9edb2d73d01c211097.js:8101,5] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:9178,9] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:9179,9] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:9212,9] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:9213,9] [INFO] Side effects in initialization of unused variable APP_INIT [app.cc9edb2d73d01c211097.js:10090,5] [INFO] Side effects in initialization of unused variable AUTHENTICATED [app.cc9edb2d73d01c211097.js:10091,5] [INFO] Side effects in initialization of unused variable LOGOUT [app.cc9edb2d73d01c211097.js:10092,5] [INFO] Side effects in initialization of unused variable WORKSPACE_CHANGING [app.cc9edb2d73d01c211097.js:10093,5] [INFO] Side effects in initialization of unused variable WORKSPACE_CHANGE [app.cc9edb2d73d01c211097.js:10094,5] [INFO] Side effects in initialization of unused variable CHANGE_LANG [app.cc9edb2d73d01c211097.js:10095,5] [INFO] Side effects in initialization of unused variable ERROR [app.cc9edb2d73d01c211097.js:10096,5] [INFO] Side effects in initialization of unused variable CRUD_BEGIN [app.cc9edb2d73d01c211097.js:10099,5] [INFO] Side effects in initialization of unused variable CRUD_END [app.cc9edb2d73d01c211097.js:10100,5] [INFO] Side effects in initialization of unused variable DOC_CREATE [app.cc9edb2d73d01c211097.js:10103,5] [INFO] Side effects in initialization of unused variable DOC_UPDATE [app.cc9edb2d73d01c211097.js:10104,5] [INFO] Side effects in initialization of unused variable DOC_DELETE [app.cc9edb2d73d01c211097.js:10105,5] [INFO] Side effects in initialization of unused variable SHOW_MESSAGE [app.cc9edb2d73d01c211097.js:10108,5] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:11779,4] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:11781,2] [INFO] Side effects in initialization of unused variable update [app.cc9edb2d73d01c211097.js:11776,5] [INFO] Condition always true [app.cc9edb2d73d01c211097.js:11889,5] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:12246,4] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:12248,2] [INFO] Side effects in initialization of unused variable update [app.cc9edb2d73d01c211097.js:12243,5] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:13707,9] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:13708,7] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:13825,9] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:13826,7] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:13850,7] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:13851,5] [INFO] Boolean && always false [app.cc9edb2d73d01c211097.js:13805,5] [INFO] Condition left of || always true [app.cc9edb2d73d01c211097.js:13805,1] [INFO] Side effects in initialization of unused variable KeyEscapeUtils [app.cc9edb2d73d01c211097.js:13799,5] [INFO] Side effects in initialization of unused variable warning [app.cc9edb2d73d01c211097.js:13801,5] [INFO] Dropping unused variable ReactComponentTreeHook [app.cc9edb2d73d01c211097.js:13803,5] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:14056,5] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:14056,12] [INFO] Declarations in unreachable code! [app.cc9edb2d73d01c211097.js:14057,3] [INFO] Dropping unused variable ReactPerf [app.cc9edb2d73d01c211097.js:14057,7] [INFO] Dropping unused variable ReactTestUtils [app.cc9edb2d73d01c211097.js:14058,7] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:14123,31] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:14143,31] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:14176,31] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:14291,4] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:14293,2] [INFO] Side effects in initialization of unused variable update [app.cc9edb2d73d01c211097.js:14288,5] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:14841,13] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:14841,20] [INFO] Declarations in unreachable code! [app.cc9edb2d73d01c211097.js:14846,13] [INFO] Dropping unused variable schema [app.cc9edb2d73d01c211097.js:14846,17] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:14814,17] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:14815,17] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:15258,9] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:15259,9] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:15615,17] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:15616,17] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:15824,21] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:15825,21] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:15999,4] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:16001,2] [INFO] Side effects in initialization of unused variable update [app.cc9edb2d73d01c211097.js:15996,5] [INFO] Condition always true [app.cc9edb2d73d01c211097.js:16992,17] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:17737,4] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:17739,2] [INFO] Side effects in initialization of unused variable update [app.cc9edb2d73d01c211097.js:17734,5] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:18459,13] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:18459,20] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:19846,4] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:19848,2] [INFO] Side effects in initialization of unused variable update [app.cc9edb2d73d01c211097.js:19843,5] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:20213,4] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:20215,2] [INFO] Side effects in initialization of unused variable update [app.cc9edb2d73d01c211097.js:20210,5] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:20452,4] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:20454,2] [INFO] Side effects in initialization of unused variable update [app.cc9edb2d73d01c211097.js:20449,5] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:20523,13] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:20525,13] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:20553,17] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:20553,24] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:20805,4] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:20807,2] [INFO] Side effects in initialization of unused variable update [app.cc9edb2d73d01c211097.js:20802,5] [INFO] Condition always false [app.cc9edb2d73d01c211097.js:20894,4] [INFO] Dropping unreachable code [app.cc9edb2d73d01c211097.js:20896,2] [INFO] Side effects in initialization of unused variable update [app.cc9edb2d73d01c211097.js:20891,5] [INFO] Side effects in initialization of unused variable sourceMap [app.cc9edb2d73d01c211097.js:21201,6] [INFO] Side effects in initialization of unused variable media [app.cc9edb2d73d01c211097.js:21219,6] [INFO] Condition always true [app.cc9edb2d73d01c211097.js:21039,5] [INFO] [INFO] WARNING in 2.2.5c0f5dd54aecfc49a522.js from UglifyJs [INFO] Condition always false [2.2.5c0f5dd54aecfc49a522.js:630,4] [INFO] Dropping unreachable code [2.2.5c0f5dd54aecfc49a522.js:632,2] [INFO] Side effects in initialization of unused variable update [2.2.5c0f5dd54aecfc49a522.js:627,5] [INFO] Condition always false [2.2.5c0f5dd54aecfc49a522.js:706,4] [INFO] Dropping unreachable code [2.2.5c0f5dd54aecfc49a522.js:708,2] [INFO] Side effects in initialization of unused variable update [2.2.5c0f5dd54aecfc49a522.js:703,5] [INFO] [INFO] WARNING in 3.3.ad3119933e0510705df8.js from UglifyJs [INFO] Condition always false [3.3.ad3119933e0510705df8.js:240,17] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:240,24] [INFO] Declarations in unreachable code! [3.3.ad3119933e0510705df8.js:241,17] [INFO] Dropping unused variable DevIndex [3.3.ad3119933e0510705df8.js:241,21] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:1505,4] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:1507,2] [INFO] Side effects in initialization of unused variable update [3.3.ad3119933e0510705df8.js:1502,5] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:1894,4] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:1896,2] [INFO] Side effects in initialization of unused variable update [3.3.ad3119933e0510705df8.js:1891,5] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:2992,4] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:2994,2] [INFO] Side effects in initialization of unused variable update [3.3.ad3119933e0510705df8.js:2989,5] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:3034,4] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:3036,2] [INFO] Side effects in initialization of unused variable update [3.3.ad3119933e0510705df8.js:3031,5] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:4967,17] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:4968,17] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:5079,21] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:5080,21] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:5162,21] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:5163,21] [INFO] Side effects in initialization of unused variable _crudController2 [3.3.ad3119933e0510705df8.js:4921,5] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:5407,21] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:5408,21] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:5523,17] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:5524,17] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:5599,25] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:5601,25] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:5698,17] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:5699,17] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:5725,17] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:5726,17] [INFO] Condition always true [3.3.ad3119933e0510705df8.js:11882,17] [INFO] Side effects in initialization of unused variable _indicator2 [3.3.ad3119933e0510705df8.js:12320,5] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:12454,4] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:12456,2] [INFO] Side effects in initialization of unused variable update [3.3.ad3119933e0510705df8.js:12451,5] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:13605,17] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:13606,17] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:13838,4] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:13840,2] [INFO] Side effects in initialization of unused variable update [3.3.ad3119933e0510705df8.js:13835,5] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:14915,4] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:14917,2] [INFO] Side effects in initialization of unused variable update [3.3.ad3119933e0510705df8.js:14912,5] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:17149,4] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:17151,2] [INFO] Side effects in initialization of unused variable update [3.3.ad3119933e0510705df8.js:17146,5] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:17863,4] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:17865,2] [INFO] Side effects in initialization of unused variable update [3.3.ad3119933e0510705df8.js:17860,5] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:18825,4] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:18827,2] [INFO] Side effects in initialization of unused variable update [3.3.ad3119933e0510705df8.js:18822,5] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:22040,4] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:22042,2] [INFO] Side effects in initialization of unused variable update [3.3.ad3119933e0510705df8.js:22037,5] [INFO] Condition always false [3.3.ad3119933e0510705df8.js:23217,4] [INFO] Dropping unreachable code [3.3.ad3119933e0510705df8.js:23219,2] [INFO] Side effects in initialization of unused variable update [3.3.ad3119933e0510705df8.js:23214,5] [INFO] [INFO] WARNING in vendor.32a7aa06dd71ef3df5d6.js from UglifyJs [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:648,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:648,12] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:649,3] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:657,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:657,12] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:658,3] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:642,5] [INFO] Dropping unused variable ReactElementValidator [vendor.32a7aa06dd71ef3df5d6.js:649,7] [INFO] Dropping unused variable warned [vendor.32a7aa06dd71ef3df5d6.js:658,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:1065,35] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:1010,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:1179,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:1180,3] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:1246,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:1247,5] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:1248,7] [INFO] Dropping unused variable getter [vendor.32a7aa06dd71ef3df5d6.js:1248,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:1258,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:1259,5] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:1260,7] [INFO] Dropping unused variable getter [vendor.32a7aa06dd71ef3df5d6.js:1260,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:1273,8] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:1273,8] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:1287,8] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:1287,8] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:1332,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:1337,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:1422,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:1423,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:1439,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:1440,5] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:1442,9] [INFO] Dropping unused variable displayName [vendor.32a7aa06dd71ef3df5d6.js:1442,13] [INFO] Dropping unused function defineKeyPropWarningGetter [vendor.32a7aa06dd71ef3df5d6.js:1269,10] [INFO] Dropping unused function defineRefPropWarningGetter [vendor.32a7aa06dd71ef3df5d6.js:1283,10] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:1230,5] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.32a7aa06dd71ef3df5d6.js:1231,5] [INFO] Dropping unused variable specialPropKeyWarningShown [vendor.32a7aa06dd71ef3df5d6.js:1243,5] [INFO] Dropping unused variable specialPropRefWarningShown [vendor.32a7aa06dd71ef3df5d6.js:1243,33] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:1617,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:1618,3] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:1722,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:1723,3] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:1869,13] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:1869,20] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:1870,11] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:1872,13] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:1892,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:1897,9] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:1898,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:1905,16] [INFO] Condition always true [vendor.32a7aa06dd71ef3df5d6.js:1905,8] [INFO] Dropping unused variable mapsAsChildrenAddendum [vendor.32a7aa06dd71ef3df5d6.js:1870,15] [INFO] Dropping unused variable mapsAsChildrenOwnerName [vendor.32a7aa06dd71ef3df5d6.js:1872,17] [INFO] Dropping unused variable name [vendor.32a7aa06dd71ef3df5d6.js:1898,15] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.32a7aa06dd71ef3df5d6.js:1776,5] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:1780,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:1782,5] [INFO] Dropping unused variable didWarnAboutMaps [vendor.32a7aa06dd71ef3df5d6.js:1798,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2111,104] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2144,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:2144,12] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:2145,3] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:2159,8] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.32a7aa06dd71ef3df5d6.js:2066,5] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:2068,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:2069,5] [INFO] Dropping unused variable deprecatedAPIs [vendor.32a7aa06dd71ef3df5d6.js:2145,7] [INFO] Dropping unused variable defineDeprecationWarning [vendor.32a7aa06dd71ef3df5d6.js:2149,7] [INFO] Dropping unused variable fnName [vendor.32a7aa06dd71ef3df5d6.js:2159,12] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2187,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:2187,14] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:2188,5] [INFO] Dropping unused variable constructor [vendor.32a7aa06dd71ef3df5d6.js:2188,9] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:2184,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2286,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:2287,3] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2685,8] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:2685,8] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2695,42] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2700,79] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2710,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:2710,16] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:2711,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2720,36] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2721,42] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2766,109] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2777,15] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:2780,13] [INFO] Dropping unused variable typeofSpec [vendor.32a7aa06dd71ef3df5d6.js:2711,11] [INFO] Dropping unused variable isMixinValid [vendor.32a7aa06dd71ef3df5d6.js:2712,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2801,21] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2804,22] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2817,74] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2821,36] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2876,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:2876,14] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:2880,5] [INFO] Dropping unused variable componentName [vendor.32a7aa06dd71ef3df5d6.js:2880,9] [INFO] Dropping unused variable _bind [vendor.32a7aa06dd71ef3df5d6.js:2881,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2647,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:2648,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2653,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:2654,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2670,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:2671,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2974,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:2975,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:2994,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:2996,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:3002,78] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:3019,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:3024,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:3032,38] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:3034,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:3035,7] [INFO] Dropping unused function validateTypeDef [vendor.32a7aa06dd71ef3df5d6.js:2680,10] [INFO] Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.32a7aa06dd71ef3df5d6.js:2359,5] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:2363,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:2364,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:3078,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:3079,3] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:3112,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:3112,12] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:3113,3] [INFO] Dropping unused variable ReactElementValidator [vendor.32a7aa06dd71ef3df5d6.js:3113,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:3394,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:3395,7] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:3396,9] [INFO] Dropping unused variable cacheKey [vendor.32a7aa06dd71ef3df5d6.js:3396,13] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:3388,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:3389,5] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:3389,5] [INFO] Dropping unused variable manualPropTypeCallCache [vendor.32a7aa06dd71ef3df5d6.js:3389,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:3495,6] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:3495,6] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:3540,6] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:3540,6] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:3284,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:3775,45] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:3758,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:3856,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:3856,12] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:3857,3] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:3865,9] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:3870,5] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:3875,5] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:3883,10] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:3892,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:3892,12] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:3893,3] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:3818,5] [INFO] Dropping unused variable ExecutionEnvironment [vendor.32a7aa06dd71ef3df5d6.js:3857,7] [INFO] Dropping unused variable showFileUrlMessage [vendor.32a7aa06dd71ef3df5d6.js:3865,13] [INFO] Dropping unused variable testFunc [vendor.32a7aa06dd71ef3df5d6.js:3870,9] [INFO] Dropping unused variable ieCompatibilityMode [vendor.32a7aa06dd71ef3df5d6.js:3875,9] [INFO] Dropping unused variable expectedFeatures [vendor.32a7aa06dd71ef3df5d6.js:3879,9] [INFO] Dropping unused variable i [vendor.32a7aa06dd71ef3df5d6.js:3883,14] [INFO] Dropping unused variable ReactInstrumentation [vendor.32a7aa06dd71ef3df5d6.js:3893,7] [INFO] Dropping unused variable ReactDOMUnknownPropertyHook [vendor.32a7aa06dd71ef3df5d6.js:3894,7] [INFO] Dropping unused variable ReactDOMNullInputValuePropHook [vendor.32a7aa06dd71ef3df5d6.js:3895,7] [INFO] Dropping unused variable ReactDOMInvalidARIAHook [vendor.32a7aa06dd71ef3df5d6.js:3896,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:4011,14] [INFO] Condition always true [vendor.32a7aa06dd71ef3df5d6.js:4011,6] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:4070,38] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:4080,26] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:3926,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:4223,60] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:4240,119] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:4242,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:4243,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:4249,13] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:4250,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:4335,29] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:4165,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:4981,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:4982,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:4961,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5216,42] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5340,21] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:5102,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5404,28] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5408,36] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5412,86] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5426,79] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5454,70] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5458,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:5458,14] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:5459,5] [INFO] Dropping unused variable lowerCasedName [vendor.32a7aa06dd71ef3df5d6.js:5459,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5501,31] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5514,27] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5538,41] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5605,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:5605,16] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:5606,7] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:5607,12] [INFO] Dropping unused variable possibleRegistrationNames [vendor.32a7aa06dd71ef3df5d6.js:5606,11] [INFO] Dropping unused variable lowerCasedName [vendor.32a7aa06dd71ef3df5d6.js:5607,16] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:5379,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5718,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:5719,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5746,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:5747,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5787,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:5788,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5792,40] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5655,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:5656,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5661,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:5662,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5679,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:5680,3] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:5639,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:5640,5] [INFO] Dropping unused variable validateEventDispatches [vendor.32a7aa06dd71ef3df5d6.js:5678,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5908,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:5913,3] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:5914,5] [INFO] Dropping unused variable fakeNode [vendor.32a7aa06dd71ef3df5d6.js:5914,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:5965,22] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:5949,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:6240,35] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:6185,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:6425,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:6427,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:6441,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:6442,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:6627,6] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:6627,6] [INFO] Dropping unused variable warningCondition [vendor.32a7aa06dd71ef3df5d6.js:6626,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:6527,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:6528,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:6536,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:6537,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:6547,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:6548,3] [INFO] Dropping unused function getPooledWarningPropertyDefinition [vendor.32a7aa06dd71ef3df5d6.js:6604,10] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:6380,5] [INFO] Dropping unused variable didWarnForAddedNewProperty [vendor.32a7aa06dd71ef3df5d6.js:6382,5] [INFO] Side effects in initialization of unused variable isProxySupported [vendor.32a7aa06dd71ef3df5d6.js:6383,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7032,68] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7113,40] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7215,42] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7222,30] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7227,27] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7228,66] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7229,68] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:7022,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7327,50] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:7275,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7445,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:7446,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7454,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:7455,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7477,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:7478,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7484,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:7485,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7517,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:7518,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7535,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:7536,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7553,8] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:7553,8] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7556,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:7557,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7562,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:7563,7] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.32a7aa06dd71ef3df5d6.js:7418,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:7420,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7737,29] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7751,29] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:7685,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7785,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:7785,12] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:7786,3] [INFO] Dropping unused variable ReactDebugTool [vendor.32a7aa06dd71ef3df5d6.js:7786,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7924,33] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:7988,32] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:7811,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:8895,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:8896,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:8905,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:8906,3] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:8944,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:8945,7] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:8945,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:8953,15] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:8954,13] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:8963,15] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:8964,13] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:8973,15] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:8974,13] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:8983,15] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:8984,13] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:8993,15] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:8994,13] [INFO] Dropping unused variable parentNodeDebugID [vendor.32a7aa06dd71ef3df5d6.js:8945,11] [INFO] Side effects in initialization of unused variable ReactDOMComponentTree [vendor.32a7aa06dd71ef3df5d6.js:8798,5] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.32a7aa06dd71ef3df5d6.js:8799,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:9512,40] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:9513,16] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:9514,40] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:9499,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:9586,19] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:9603,22] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:9649,87] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:9651,36] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:9653,43] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:9655,42] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:9829,19] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10014,4] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:10014,4] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10027,75] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10030,34] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10031,102] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10033,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:10034,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10038,64] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10045,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:10048,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10142,24] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10144,12] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10227,35] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10269,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:10270,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10082,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:10083,3] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10358,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:10358,16] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:10359,7] [INFO] Dropping unused variable parentInfo [vendor.32a7aa06dd71ef3df5d6.js:10359,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10477,17] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:10479,15] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10536,13] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:10537,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10578,15] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:10579,13] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10717,15] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:10718,13] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10799,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:10800,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10807,13] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:10808,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10815,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:10816,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10819,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:10820,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10863,18] [INFO] Condition always true [vendor.32a7aa06dd71ef3df5d6.js:10863,10] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10874,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:10875,7] [INFO] Dropping unused function friendlyStringify [vendor.32a7aa06dd71ef3df5d6.js:9965,10] [INFO] Dropping unused function checkAndWarnForMutatedStyle [vendor.32a7aa06dd71ef3df5d6.js:9991,10] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.32a7aa06dd71ef3df5d6.js:9920,5] [INFO] Side effects in initialization of unused variable emptyFunction [vendor.32a7aa06dd71ef3df5d6.js:9924,5] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:9926,5] [INFO] Side effects in initialization of unused variable isEventSupported [vendor.32a7aa06dd71ef3df5d6.js:9927,5] [INFO] Side effects in initialization of unused variable shallowEqual [vendor.32a7aa06dd71ef3df5d6.js:9928,5] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.32a7aa06dd71ef3df5d6.js:9929,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:9930,5] [INFO] Dropping unused variable styleMutationWarning [vendor.32a7aa06dd71ef3df5d6.js:9989,5] [INFO] Dropping unused variable setAndValidateContentChildDev [vendor.32a7aa06dd71ef3df5d6.js:10081,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:10994,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:10996,3] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:10996,3] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:11100,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:11101,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:11120,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:11121,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:11133,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:11134,9] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.32a7aa06dd71ef3df5d6.js:10966,5] [INFO] Side effects in initialization of unused variable camelizeStyleName [vendor.32a7aa06dd71ef3df5d6.js:10968,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:10972,5] [INFO] Dropping unused variable badVendoredStyleNamePattern [vendor.32a7aa06dd71ef3df5d6.js:10996,7] [INFO] Dropping unused variable badStyleValueWithSemicolonPattern [vendor.32a7aa06dd71ef3df5d6.js:10999,7] [INFO] Dropping unused variable warnedStyleNames [vendor.32a7aa06dd71ef3df5d6.js:11001,7] [INFO] Dropping unused variable warnedStyleValues [vendor.32a7aa06dd71ef3df5d6.js:11002,7] [INFO] Dropping unused variable warnedForNaNValue [vendor.32a7aa06dd71ef3df5d6.js:11003,7] [INFO] Dropping unused variable warnHyphenatedStyleName [vendor.32a7aa06dd71ef3df5d6.js:11005,7] [INFO] Dropping unused variable warnBadVendoredStyleName [vendor.32a7aa06dd71ef3df5d6.js:11014,7] [INFO] Dropping unused variable warnStyleValueWithSemicolon [vendor.32a7aa06dd71ef3df5d6.js:11023,7] [INFO] Dropping unused variable warnStyleValueIsNaN [vendor.32a7aa06dd71ef3df5d6.js:11032,7] [INFO] Dropping unused variable checkRenderMessage [vendor.32a7aa06dd71ef3df5d6.js:11041,7] [INFO] Dropping unused variable warnValidStyle [vendor.32a7aa06dd71ef3df5d6.js:11056,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:11447,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:11450,7] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:11451,9] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:11456,9] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:11458,11] [INFO] Dropping unused variable owner [vendor.32a7aa06dd71ef3df5d6.js:11451,13] [INFO] Dropping unused variable ownerName [vendor.32a7aa06dd71ef3df5d6.js:11452,13] [INFO] Dropping unused variable warned [vendor.32a7aa06dd71ef3df5d6.js:11456,13] [INFO] Dropping unused variable warnings [vendor.32a7aa06dd71ef3df5d6.js:11458,15] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:11410,5] [INFO] Dropping unused variable styleWarnings [vendor.32a7aa06dd71ef3df5d6.js:11413,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:11629,4] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:11629,4] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:11743,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:11743,16] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:11744,7] [INFO] Dropping unused variable payload [vendor.32a7aa06dd71ef3df5d6.js:11744,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:11764,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:11764,16] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:11765,7] [INFO] Dropping unused variable payload [vendor.32a7aa06dd71ef3df5d6.js:11765,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:11783,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:11784,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:11818,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:11819,7] [INFO] Side effects in initialization of unused variable ReactDOMComponentTree [vendor.32a7aa06dd71ef3df5d6.js:11607,5] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.32a7aa06dd71ef3df5d6.js:11608,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:11611,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:12604,25] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:12425,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:12425,16] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:12428,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:12456,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:12457,7] [INFO] Dropping unused variable owner [vendor.32a7aa06dd71ef3df5d6.js:12428,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:12464,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:12464,16] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:12465,7] [INFO] Dropping unused variable controlled [vendor.32a7aa06dd71ef3df5d6.js:12465,11] [INFO] Dropping unused variable owner [vendor.32a7aa06dd71ef3df5d6.js:12466,11] [INFO] Dropping unused function isControlled [vendor.32a7aa06dd71ef3df5d6.js:12376,10] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:12359,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:12360,5] [INFO] Dropping unused variable didWarnValueLink [vendor.32a7aa06dd71ef3df5d6.js:12362,5] [INFO] Dropping unused variable didWarnCheckedLink [vendor.32a7aa06dd71ef3df5d6.js:12363,5] [INFO] Dropping unused variable didWarnValueDefaultValue [vendor.32a7aa06dd71ef3df5d6.js:12364,5] [INFO] Dropping unused variable didWarnCheckedDefaultChecked [vendor.32a7aa06dd71ef3df5d6.js:12365,5] [INFO] Dropping unused variable didWarnControlledToUncontrolled [vendor.32a7aa06dd71ef3df5d6.js:12366,5] [INFO] Dropping unused variable didWarnUncontrolledToControlled [vendor.32a7aa06dd71ef3df5d6.js:12367,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:12652,72] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:12656,65] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:12661,67] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:12707,10] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:12707,10] [INFO] Side effects in initialization of unused variable addendum [vendor.32a7aa06dd71ef3df5d6.js:12706,13] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:12638,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:12639,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:12815,8] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:12815,8] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:12828,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:12829,7] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:12799,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:12965,6] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:12965,6] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:12976,8] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:12976,8] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:12978,8] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:12978,8] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13044,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:13045,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13058,8] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:13058,8] [INFO] Dropping unused function getDeclarationErrorAddendum [vendor.32a7aa06dd71ef3df5d6.js:12944,10] [INFO] Dropping unused function checkSelectPropTypes [vendor.32a7aa06dd71ef3df5d6.js:12960,10] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:12926,5] [INFO] Dropping unused variable didWarnValueLink [vendor.32a7aa06dd71ef3df5d6.js:12928,5] [INFO] Dropping unused variable valuePropNames [vendor.32a7aa06dd71ef3df5d6.js:12954,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13161,49] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13179,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:13180,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13200,13] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:13201,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13203,36] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13205,38] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:13131,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:13132,5] [INFO] Dropping unused variable didWarnValueLink [vendor.32a7aa06dd71ef3df5d6.js:13134,5] [INFO] Dropping unused variable didWarnValDefaultVal [vendor.32a7aa06dd71ef3df5d6.js:13135,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13416,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:13416,12] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:13417,3] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13457,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:13457,18] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:13458,9] [INFO] Dropping unused variable selfDebugID [vendor.32a7aa06dd71ef3df5d6.js:13458,13] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13474,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:13476,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13510,15] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:13511,13] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13519,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:13520,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13538,20] [INFO] Condition always true [vendor.32a7aa06dd71ef3df5d6.js:13538,12] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13558,20] [INFO] Condition always true [vendor.32a7aa06dd71ef3df5d6.js:13558,12] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13634,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:13635,9] [INFO] Side effects in initialization of unused variable ReactInstanceMap [vendor.32a7aa06dd71ef3df5d6.js:13291,5] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.32a7aa06dd71ef3df5d6.js:13292,5] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.32a7aa06dd71ef3df5d6.js:13294,5] [INFO] Side effects in initialization of unused variable emptyFunction [vendor.32a7aa06dd71ef3df5d6.js:13298,5] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:13300,5] [INFO] Dropping unused variable setChildrenForInstrumentation [vendor.32a7aa06dd71ef3df5d6.js:13415,5] [INFO] Dropping unused variable getDebugID [vendor.32a7aa06dd71ef3df5d6.js:13417,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13765,21] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:13745,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13866,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:13867,5] [INFO] Boolean && always false [vendor.32a7aa06dd71ef3df5d6.js:13854,5] [INFO] Condition left of || always true [vendor.32a7aa06dd71ef3df5d6.js:13854,1] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:13900,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:13901,7] [INFO] Side effects in initialization of unused variable KeyEscapeUtils [vendor.32a7aa06dd71ef3df5d6.js:13847,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:13850,5] [INFO] Dropping unused variable ReactComponentTreeHook [vendor.32a7aa06dd71ef3df5d6.js:13852,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14061,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14062,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14067,16] [INFO] Condition always true [vendor.32a7aa06dd71ef3df5d6.js:14067,8] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14089,14] [INFO] Condition always true [vendor.32a7aa06dd71ef3df5d6.js:14089,6] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14092,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14093,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14102,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14103,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14108,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14109,5] [INFO] Side effects in initialization of unused variable getNextDebugID [vendor.32a7aa06dd71ef3df5d6.js:14010,5] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:14011,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:14012,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14172,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14173,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14147,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14148,3] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:14148,3] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14277,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14278,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14317,75] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14328,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14328,16] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:14335,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14353,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14357,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14370,76] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14384,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14385,9] [INFO] Dropping unused variable _this [vendor.32a7aa06dd71ef3df5d6.js:14294,9] [INFO] Dropping unused variable propsMutated [vendor.32a7aa06dd71ef3df5d6.js:14335,11] [INFO] Dropping unused variable componentName [vendor.32a7aa06dd71ef3df5d6.js:14336,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14399,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14399,16] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14415,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14416,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14426,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14427,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14463,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14464,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14468,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14469,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14495,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14496,7] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:14497,9] [INFO] Dropping unused variable childDebugIDs [vendor.32a7aa06dd71ef3df5d6.js:14497,13] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14529,13] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14530,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14604,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14604,16] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:14605,7] [INFO] Dropping unused variable Component [vendor.32a7aa06dd71ef3df5d6.js:14605,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14624,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14624,18] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14637,61] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14638,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14639,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14642,51] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14658,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14659,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14706,24] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14731,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14732,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14745,13] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14746,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14759,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14760,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14831,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14832,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14849,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14850,9] [INFO] Dropping unused variable _this2 [vendor.32a7aa06dd71ef3df5d6.js:14816,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14871,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14872,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14889,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14890,9] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:14891,11] [INFO] Dropping unused variable childDebugIDs [vendor.32a7aa06dd71ef3df5d6.js:14891,15] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14916,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14917,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14924,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14926,7] [INFO] Condition left of || always false [vendor.32a7aa06dd71ef3df5d6.js:14941,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14953,104] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14968,24] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:14970,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:14970,16] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:14971,7] [INFO] Dropping unused variable componentName [vendor.32a7aa06dd71ef3df5d6.js:14971,11] [INFO] Dropping unused function measureLifeCyclePerf [vendor.32a7aa06dd71ef3df5d6.js:14187,10] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.32a7aa06dd71ef3df5d6.js:14143,5] [INFO] Dropping unused variable checkReactTypeSpec [vendor.32a7aa06dd71ef3df5d6.js:14148,7] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:14152,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:14155,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:15063,14] [INFO] Condition always true [vendor.32a7aa06dd71ef3df5d6.js:15063,6] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:15046,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:15264,29] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:15239,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:15492,13] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:15492,20] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:15493,11] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:15495,13] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:15515,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:15520,9] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:15521,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:15528,16] [INFO] Condition always true [vendor.32a7aa06dd71ef3df5d6.js:15528,8] [INFO] Dropping unused variable mapsAsChildrenAddendum [vendor.32a7aa06dd71ef3df5d6.js:15493,15] [INFO] Dropping unused variable mapsAsChildrenOwnerName [vendor.32a7aa06dd71ef3df5d6.js:15495,17] [INFO] Dropping unused variable name [vendor.32a7aa06dd71ef3df5d6.js:15521,15] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.32a7aa06dd71ef3df5d6.js:15399,5] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:15403,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:15405,5] [INFO] Dropping unused variable didWarnAboutMaps [vendor.32a7aa06dd71ef3df5d6.js:15421,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:15797,4] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:15797,4] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:15804,14] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:15810,21] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:15811,110] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:15812,31] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:15819,39] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:15844,14] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:15651,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:15652,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:16011,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:16012,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:16036,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:16037,5] [INFO] Boolean && always false [vendor.32a7aa06dd71ef3df5d6.js:15991,5] [INFO] Condition left of || always true [vendor.32a7aa06dd71ef3df5d6.js:15991,1] [INFO] Side effects in initialization of unused variable KeyEscapeUtils [vendor.32a7aa06dd71ef3df5d6.js:15985,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:15987,5] [INFO] Dropping unused variable ReactComponentTreeHook [vendor.32a7aa06dd71ef3df5d6.js:15989,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:16079,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:16080,3] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.32a7aa06dd71ef3df5d6.js:16069,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:16167,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:16167,14] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:16168,5] [INFO] Dropping unused variable constructor [vendor.32a7aa06dd71ef3df5d6.js:16168,9] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:16164,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:16332,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:16332,16] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:16333,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:16342,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:16343,5] [INFO] Dropping unused variable ctor [vendor.32a7aa06dd71ef3df5d6.js:16333,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:16363,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:16363,16] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:16364,7] [INFO] Dropping unused variable owner [vendor.32a7aa06dd71ef3df5d6.js:16364,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:16484,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:16485,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:16509,55] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.32a7aa06dd71ef3df5d6.js:16304,5] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.32a7aa06dd71ef3df5d6.js:16306,5] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:16309,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:16310,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:16539,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:16539,12] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:16552,3] [INFO] Side effects in initialization of unused variable _assign [vendor.32a7aa06dd71ef3df5d6.js:16532,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:16535,5] [INFO] Dropping unused variable specialTags [vendor.32a7aa06dd71ef3df5d6.js:16552,7] [INFO] Dropping unused variable inScopeTags [vendor.32a7aa06dd71ef3df5d6.js:16555,7] [INFO] Dropping unused variable buttonScopeTags [vendor.32a7aa06dd71ef3df5d6.js:16563,7] [INFO] Dropping unused variable impliedEndTags [vendor.32a7aa06dd71ef3df5d6.js:16566,7] [INFO] Dropping unused variable emptyAncestorInfo [vendor.32a7aa06dd71ef3df5d6.js:16568,7] [INFO] Dropping unused variable updatedAncestorInfo [vendor.32a7aa06dd71ef3df5d6.js:16581,7] [INFO] Dropping unused variable isTagValidWithParent [vendor.32a7aa06dd71ef3df5d6.js:16631,7] [INFO] Dropping unused variable findInvalidAncestorForTag [vendor.32a7aa06dd71ef3df5d6.js:16720,7] [INFO] Dropping unused variable findOwnerStack [vendor.32a7aa06dd71ef3df5d6.js:16793,7] [INFO] Dropping unused variable didWarn [vendor.32a7aa06dd71ef3df5d6.js:16806,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:16991,30] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:16992,30] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:17031,30] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:17032,30] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:17047,29] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:16984,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:17174,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:17174,16] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:17175,7] [INFO] Dropping unused variable parentInfo [vendor.32a7aa06dd71ef3df5d6.js:17175,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:17251,28] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:17130,5] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.32a7aa06dd71ef3df5d6.js:17131,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:17579,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:17580,9] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:17768,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:17769,3] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.32a7aa06dd71ef3df5d6.js:17696,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:19117,26] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:18954,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:19856,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:19857,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:19860,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:19861,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:19948,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:19949,3] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20025,6] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:20025,6] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20027,37] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20058,76] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20064,43] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20068,6] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:20068,6] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20101,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:20104,7] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:20105,9] [INFO] Dropping unused variable rootElementSibling [vendor.32a7aa06dd71ef3df5d6.js:20105,13] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20154,6] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:20154,6] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20156,37] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20158,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:20159,7] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20171,11] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:20172,9] [INFO] Side effects in initialization of unused variable containerHasNonRootReactChild [vendor.32a7aa06dd71ef3df5d6.js:20166,11] [INFO] Side effects in initialization of unused variable isContainerReactRoot [vendor.32a7aa06dd71ef3df5d6.js:20169,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20183,37] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20198,13] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:20198,20] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:20203,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20220,52] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20222,13] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:20223,11] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20228,48] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20240,9] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:20240,16] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:20241,7] [INFO] Dropping unused variable normalizer [vendor.32a7aa06dd71ef3df5d6.js:20203,15] [INFO] Dropping unused variable hostNode [vendor.32a7aa06dd71ef3df5d6.js:20241,11] [INFO] Dropping unused function nodeIsRenderedByOtherInstance [vendor.32a7aa06dd71ef3df5d6.js:19900,10] [INFO] Dropping unused function isReactNode [vendor.32a7aa06dd71ef3df5d6.js:19923,10] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.32a7aa06dd71ef3df5d6.js:19735,5] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.32a7aa06dd71ef3df5d6.js:19741,5] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:19749,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:19752,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20284,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:20285,5] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.32a7aa06dd71ef3df5d6.js:20271,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20470,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:20470,14] [INFO] Declarations in unreachable code! [vendor.32a7aa06dd71ef3df5d6.js:20471,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20491,14] [INFO] Condition always true [vendor.32a7aa06dd71ef3df5d6.js:20491,6] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:20493,14] [INFO] Condition always true [vendor.32a7aa06dd71ef3df5d6.js:20493,6] [INFO] Dropping unused variable owner [vendor.32a7aa06dd71ef3df5d6.js:20471,9] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.32a7aa06dd71ef3df5d6.js:20453,5] [INFO] Side effects in initialization of unused variable invariant [vendor.32a7aa06dd71ef3df5d6.js:20458,5] [INFO] Side effects in initialization of unused variable warning [vendor.32a7aa06dd71ef3df5d6.js:20459,5] [INFO] Condition always true [vendor.32a7aa06dd71ef3df5d6.js:20567,6] [INFO] Condition always true [vendor.32a7aa06dd71ef3df5d6.js:24910,5] [INFO] Condition always true [vendor.32a7aa06dd71ef3df5d6.js:27108,13] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:27114,3] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:27169,31] [INFO] Side effects in initialization of unused variable bsClass [vendor.32a7aa06dd71ef3df5d6.js:27173,5] [INFO] Side effects in initialization of unused variable bsSizes [vendor.32a7aa06dd71ef3df5d6.js:27215,5] [INFO] Side effects in initialization of unused variable _curry [vendor.32a7aa06dd71ef3df5d6.js:27335,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:27412,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:27413,5] [INFO] Side effects in initialization of unused variable Size [vendor.32a7aa06dd71ef3df5d6.js:27449,5] [INFO] Side effects in initialization of unused variable SIZE_MAP [vendor.32a7aa06dd71ef3df5d6.js:27455,5] [INFO] Side effects in initialization of unused variable DEVICE_SIZES [vendor.32a7aa06dd71ef3df5d6.js:27466,5] [INFO] Side effects in initialization of unused variable State [vendor.32a7aa06dd71ef3df5d6.js:27468,5] [INFO] Side effects in initialization of unused variable Style [vendor.32a7aa06dd71ef3df5d6.js:27475,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:29761,8] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:29761,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.32a7aa06dd71ef3df5d6.js:29697,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:29823,5] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:29824,3] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:30095,6] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:30095,6] [INFO] Side effects in initialization of unused variable _warning2 [vendor.32a7aa06dd71ef3df5d6.js:30050,5] [INFO] Condition always true [vendor.32a7aa06dd71ef3df5d6.js:30802,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:30804,10] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:31686,8] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:31686,8] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:31713,8] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:31713,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.32a7aa06dd71ef3df5d6.js:31443,5] [INFO] Side effects in initialization of unused variable _ownerDocument2 [vendor.32a7aa06dd71ef3df5d6.js:31816,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:32299,7] [INFO] Dropping unreachable code [vendor.32a7aa06dd71ef3df5d6.js:32300,5] [INFO] Dropping unused function readOnlyPropType [vendor.32a7aa06dd71ef3df5d6.js:32286,10] [INFO] Side effects in initialization of unused variable _invariant2 [vendor.32a7aa06dd71ef3df5d6.js:32282,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:33718,6] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:33718,6] [INFO] Side effects in initialization of unused variable _warning2 [vendor.32a7aa06dd71ef3df5d6.js:33651,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:38547,8] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:38547,8] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:38583,8] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:38583,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.32a7aa06dd71ef3df5d6.js:38335,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:40921,8] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:40921,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.32a7aa06dd71ef3df5d6.js:40637,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:41226,4] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:41226,4] [INFO] Side effects in initialization of unused variable _warning2 [vendor.32a7aa06dd71ef3df5d6.js:41203,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:42534,8] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:42534,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.32a7aa06dd71ef3df5d6.js:42470,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:42660,6] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:42660,6] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:42661,6] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:42661,6] [INFO] Side effects in initialization of unused variable _warning2 [vendor.32a7aa06dd71ef3df5d6.js:42610,5] [INFO] Condition always false [vendor.32a7aa06dd71ef3df5d6.js:43677,8] [INFO] Dropping side-effect-free statement [vendor.32a7aa06dd71ef3df5d6.js:43677,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.32a7aa06dd71ef3df5d6.js:43451,5] [INFO] Condition always true [vendor.32a7aa06dd71ef3df5d6.js:45341,5] [INFO] Child [INFO] Hash: 58b282da573aa46bb587 [INFO] Version: webpack 1.14.0 [INFO] Time: 73815ms [INFO] Asset Size Chunks  Chunk Names [INFO] app.2f6d1ba9cb53ff2ffbe5.js 759 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.fb33bddff4a865584fd4.js 23.2 kB 1 [emitted] [INFO] 2.2.919ce13377b7653013e1.js 24.1 kB 2 [emitted] [INFO] 3.3.108ab0f7413237287af3.js 617 kB 3 [emitted] [INFO] vendor.9accda6c3519ab34e3b5.js 423 kB 4 [emitted] vendor [INFO] manifest.json 747 bytes  [emitted] [INFO] chunk {0} app.2f6d1ba9cb53ff2ffbe5.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 23.8 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.3 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] [753] ./client/src/scripts/components/callout.jsx 2.51 kB {0} [built] [INFO] [754] ./client/src/scripts/core/footer.jsx 3.03 kB {0} [built] [INFO] [755] ./client/src/scripts/components/wait-icon.jsx 3.19 kB {0} [built] [INFO] [756] ./client/src/scripts/core/error-view.jsx 5.59 kB {0} [built] [INFO] [757] ./client/src/scripts/core/actions.js 839 bytes {0} [built] [INFO] [758] ./client/src/scripts/core/app-message-dlg.jsx 4.02 kB {0} [built] [INFO] [759] ./client/src/scripts/components/message-dlg.jsx 6.98 kB {0} [built] [INFO] [760] ./client/src/scripts/init/index.js 658 bytes {0} [built] [INFO] [763] ./client/src/scripts/pub/index.js 631 bytes {0} [built] [INFO] [766] ./client/src/scripts/components/async-button.jsx 8.26 kB {0} [built] [INFO] [767] ./client/src/scripts/components/fa.jsx 3.65 kB {0} [built] [INFO] [770] ./client/src/scripts/commons/messages.js 760 bytes {0} [built] [INFO] [771] ./client/src/scripts/sys/index.js 1.16 kB {0} [built] [INFO] [772] ./client/src/scripts/sys/session.js 3.59 kB {0} [built] [INFO] [773] ./client/src/scripts/commons/server.js 4.92 kB {0} [built] [INFO] [782] ./client/src/scripts/sys/session-utils.jsx 11.6 kB {0} [built] [INFO] [783] ./client/src/scripts/components/index.js 5.72 kB {0} [built] [INFO] [784] ./client/src/scripts/components/card.jsx 4.51 kB {0} [built] [INFO] [785] ./client/src/scripts/components/fluidbar.jsx 3.65 kB {0} [built] [INFO] [786] ./client/src/scripts/components/profile.jsx 4.66 kB {0} [built] [INFO] [787] ./client/src/scripts/components/profile.less 1.1 kB {0} [built] [INFO] [788] ./~/css-loader!./~/less-loader!./client/src/scripts/components/profile.less 1.69 kB {0} [built] [INFO] [789] ./~/css-loader/lib/css-base.js 1.51 kB {0} [built] [INFO] [790] ./~/style-loader/addStyles.js 7.15 kB {0} [built] [INFO] [791] ./client/src/scripts/components/sidebar.jsx 7.12 kB {0} [built] [INFO] [792] ./client/src/scripts/components/sidebar.less 1.1 kB {0} [built] [INFO] [793] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sidebar.less 749 bytes {0} [built] [INFO] [794] ./client/src/scripts/components/collapse-card.jsx 3.95 kB {0} [built] [INFO] [795] ./client/src/scripts/components/collapse-row.jsx 3.75 kB {0} [built] [INFO] [796] ./client/src/scripts/components/grid-table.jsx 5.64 kB {0} [built] [INFO] [797] ./client/src/scripts/commons/grid-utils.jsx 4.07 kB {0} [built] [INFO] [798] ./client/src/scripts/components/tree-view.jsx 21.8 kB {0} [built] [INFO] [799] ./~/react-addons-css-transition-group/index.js 62 bytes {0} [built] [INFO] [800] ./~/react/lib/ReactCSSTransitionGroup.js 4.65 kB {0} [built] [INFO] [801] ./~/react/lib/ReactTransitionGroup.js 8.68 kB {0} [built] [INFO] [802] ./~/react/lib/ReactTransitionChildMapping.js 3.27 kB {0} [built] [INFO] [803] ./~/react/lib/flattenChildren.js 2.76 kB {0} [built] [INFO] [804] ./~/react/lib/ReactCSSTransitionGroupChild.js 4.67 kB {0} [built] [INFO] [805] ./~/react/lib/ReactAddonsDOMDependencies.js 842 bytes {0} [built] [INFO] [806] ./~/fbjs/lib/CSSCore.js 4.53 kB {0} [built] [INFO] [807] ./~/react/lib/ReactTransitionEvents.js 1.97 kB {0} [built] [INFO] [808] ./client/src/scripts/components/tree-view.less 1.1 kB {0} [built] [INFO] [809] ./~/css-loader!./~/less-loader!./client/src/scripts/components/tree-view.less 510 bytes {0} [built] [INFO] [810] ./client/src/scripts/components/popup.jsx 4.6 kB {0} [built] [INFO] [811] ./client/src/scripts/components/form-dialog.jsx 9.69 kB {0} [built] [INFO] [812] ./client/src/scripts/forms/form.jsx 12.9 kB {0} [built] [INFO] [813] ./client/src/scripts/forms/impl/form-validate.js 1.74 kB {0} [built] [INFO] [814] ./client/src/scripts/forms/impl/form-render.jsx 4.83 kB {0} [built] [INFO] [815] ./client/src/scripts/forms/impl/form-snapshot.js 4.11 kB {0} [built] [INFO] [816] ./client/src/scripts/forms/form-utils.jsx 8.06 kB {0} [built] [INFO] [817] ./client/src/scripts/forms/controls/form-control.jsx 10.4 kB {0} [built] [INFO] [818] ./client/src/scripts/forms/impl/form-init.js 2.29 kB {0} [built] [INFO] [819] ./client/src/scripts/forms/form.less 1.09 kB {0} [built] [INFO] [820] ./~/css-loader!./~/less-loader!./client/src/scripts/forms/form.less 210 bytes {0} [built] [INFO] [821] ./client/src/scripts/forms/controls/input-control.jsx 5.61 kB {0} [built] [INFO] [822] ./client/src/scripts/forms/impl/validators.js 1.75 kB {0} [built] [INFO] [823] ./client/src/scripts/forms/controls/bool-control.jsx 3.65 kB {0} [built] [INFO] [824] ./client/src/scripts/forms/controls/text-control.jsx 4.45 kB {0} [built] [INFO] [825] ./client/src/scripts/forms/controls/select-control.jsx 6.25 kB {0} [built] [INFO] [826] ./client/src/scripts/forms/controls/date-control.jsx 4.32 kB {0} [built] [INFO] [827] ./client/src/scripts/components/date-picker.jsx 8.16 kB {0} [built] [INFO] [828] ./~/react-day-picker/dist/DayPicker.js 22.6 kB {0} [built] [INFO] [829] ./client/src/scripts/forms/controls/subtitle-control.jsx 2.65 kB {0} [built] [INFO] [830] ./client/src/scripts/forms/controls/group-control.jsx 2.55 kB {0} [built] [INFO] [831] ./client/src/scripts/forms/controls/period-control.jsx 4.1 kB {0} [built] [INFO] [832] ./client/src/scripts/components/month-year-picker.jsx 6.87 kB {0} [built] [INFO] [833] ./client/src/scripts/components/year-picker.jsx 6.86 kB {0} [built] [INFO] [834] ./client/src/scripts/components/popup-control.jsx 5.76 kB {0} [built] [INFO] [835] ./client/src/scripts/components/year-picker.less 1.11 kB {0} [built] [INFO] [836] ./~/css-loader!./~/less-loader!./client/src/scripts/components/year-picker.less 581 bytes {0} [built] [INFO] [837] ./client/src/scripts/components/selection-box.jsx 12.8 kB {0} [built] [INFO] [838] ./client/src/scripts/forms/controls/month-year-control.jsx 4.08 kB {0} [built] [INFO] [839] ./client/src/scripts/components/remote-form.jsx 5.79 kB {0} [built] [INFO] [840] ./client/src/scripts/components/react-table.jsx 8.6 kB {0} [built] [INFO] [841] ./client/src/scripts/components/react-row.jsx 2.98 kB {0} [built] [INFO] [842] ./client/src/scripts/components/expandable.jsx 3.64 kB {0} [built] [INFO] [843] ./client/src/scripts/components/autoheight-input.jsx 4.15 kB {0} [built] [INFO] [844] ./client/src/scripts/components/link-tooltip.jsx 3.42 kB {0} [built] [INFO] [845] ./client/src/scripts/components/react-grid.jsx 5.74 kB {0} [built] [INFO] [846] ./client/src/scripts/components/react-grid-cell.jsx 3.73 kB {0} [built] [INFO] [847] ./client/src/scripts/components/list-box.jsx 11.1 kB {0} [built] [INFO] [848] ./client/src/scripts/components/masked-input.jsx 5.19 kB {0} [built] [INFO] [849] ./client/src/scripts/components/command-bar.jsx 5.15 kB {0} [built] [INFO] [850] ./client/src/scripts/components/command-bar.less 1.11 kB {0} [built] [INFO] [851] ./~/css-loader!./~/less-loader!./client/src/scripts/components/command-bar.less 758 bytes {0} [built] [INFO] [852] ./client/src/scripts/components/errors.jsx 1.51 kB {0} [built] [INFO] [853] ./client/src/scripts/components/observer.jsx 4.18 kB {0} [built] [INFO] [854] ./client/src/scripts/components/sideview.jsx 8.61 kB {0} [built] [INFO] [855] ./client/src/scripts/components/sideview.less 1.1 kB {0} [built] [INFO] [856] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sideview.less 762 bytes {0} [built] [INFO] [857] ./client/src/scripts/components/inline-editor.jsx 4.66 kB {0} [built] [INFO] [858] ./client/src/scripts/components/big-button.jsx 3.25 kB {0} [built] [INFO] [859] ./client/src/scripts/components/big-button.less 1.1 kB {0} [built] [INFO] [860] ./~/css-loader!./~/less-loader!./client/src/scripts/components/big-button.less 739 bytes {0} [built] [INFO] [876] ./client/src/scripts/core/storage.js 4.11 kB {0} [built] [INFO] [1042] ./client/src/styles/theme.css 931 bytes {0} [built] [INFO] [1043] ./~/css-loader!./client/src/styles/theme.css 136 kB {0} [built] [INFO] [1044] ./client/src/fonts/glyphicons-halflings-regular.eot 26.9 kB {0} [built] [INFO] [1045] ./client/src/fonts/glyphicons-halflings-regular.woff2 24.1 kB {0} [built] [INFO] [1046] ./client/src/fonts/glyphicons-halflings-regular.woff 31.3 kB {0} [built] [INFO] [1047] ./client/src/fonts/glyphicons-halflings-regular.ttf 60.6 kB {0} [built] [INFO] [1048] ./client/src/fonts/glyphicons-halflings-regular.svg 82 bytes {0} [built] [INFO] [1049] ./client/src/fonts/OpenSans-Regular.woff 85 kB {0} [built] [INFO] [1050] ./client/src/fonts/OpenSans-Bold.woff 84.8 kB {0} [built] [INFO] [1051] ./~/font-awesome-webpack/index.js 74 bytes {0} [built] [INFO] [1052] ./~/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] [1053] ./~/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] [1054] ./~/font-awesome-webpack/~/css-loader/lib/css-base.js 1.51 kB {0} [built] [INFO] [1055] ./~/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0 165 bytes {0} [built] [INFO] [1056] ./~/font-awesome/fonts/fontawesome-webfont.eot 281 bytes {0} [built] [INFO] [1057] ./~/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 84 bytes {0} [built] [INFO] [1058] ./~/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0 83 bytes {0} [built] [INFO] [1059] ./~/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0 165 bytes {0} [built] [INFO] [1060] ./~/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0 165 bytes {0} [built] [INFO] [1061] ./~/font-awesome-webpack/~/style-loader/addStyles.js 6.09 kB {0} [built] [INFO] chunk {1} 1.1.fb33bddff4a865584fd4.js 62.7 kB {0} {2} {3} [rendered] [INFO] [761] ./client/src/scripts/init/home.jsx 3.27 kB {1} [built] [INFO] [762] ./client/src/scripts/init/welcome.jsx 6.18 kB {1} [built] [INFO] [769] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built] [INFO] [1038] ./client/src/scripts/init/initoptions.jsx 4.17 kB {1} [built] [1 warning] [INFO] [1039] ./client/src/scripts/init/newworkspace.jsx 15.8 kB {1} [built] [INFO] [1040] ./client/src/scripts/init/success.jsx 4.38 kB {1} [built] [INFO] [1041] ./client/src/scripts/init/offlineinit.jsx 26.1 kB {1} [built] [1 warning] [INFO] chunk {2} 2.2.919ce13377b7653013e1.js 62 kB {1} {3} {0} [rendered] [INFO] [764] ./client/src/scripts/pub/routes.jsx 3.19 kB {2} [built] [INFO] [765] ./client/src/scripts/pub/login.jsx 12.7 kB {2} [built] [INFO] [768] ./client/src/scripts/components/error.jsx 868 bytes {2} [built] [INFO] [769] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built] [INFO] [1027] ./client/src/scripts/pub/logo.jsx 2.33 kB {2} [built] [INFO] [1028] ./client/src/scripts/pub/logo.less 1.09 kB {2} [built] [INFO] [1029] ./~/css-loader!./~/less-loader!./client/src/scripts/pub/logo.less 403 bytes {2} [built] [INFO] [1030] ./client/src/scripts/pub/borderless-form.jsx 726 bytes {2} [built] [INFO] [1031] ./client/src/scripts/pub/borderless-form.less 1.12 kB {2} [built] [INFO] [1032] ./~/css-loader!./~/less-loader!./client/src/scripts/pub/borderless-form.less 429 bytes {2} [built] [INFO] [1033] ./client/src/scripts/pub/self-reg.jsx 11.3 kB {2} [built] [INFO] [1034] ./client/src/scripts/pub/forgot-pwd.jsx 7.94 kB {2} [built] [INFO] [1035] ./client/src/scripts/pub/reset-pwd.jsx 2.62 kB {2} [built] [INFO] [1036] ./client/src/scripts/pub/set-password.jsx 11.9 kB {2} [built] [INFO] [1037] ./client/src/scripts/pub/confirm-email.jsx 2.68 kB {2} [built] [INFO] chunk {3} 3.3.108ab0f7413237287af3.js 1.18 MB {2} {1} {0} [rendered] [INFO] [769] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built] [INFO] [861] ./client/src/scripts/sys/routes.jsx 5.66 kB {3} [built] [INFO] [862] ./client/src/scripts/sys/packages/types/init.js 1.71 kB {3} [built] [INFO] [863] ./client/src/scripts/sys/packages/types/admin-unit-control.jsx 8.26 kB {3} [built] [INFO] [864] ./client/src/scripts/sys/packages/types/yesno-control.jsx 6.05 kB {3} [built] [INFO] [865] ./client/src/scripts/sys/packages/types/unit-control.jsx 9.59 kB {3} [built] [INFO] [866] ./client/src/scripts/sys/packages/types/multi-select.jsx 4.54 kB {3} [built] [INFO] [867] ./client/src/scripts/sys/packages/types/list-box-control.jsx 5.3 kB {3} [built] [INFO] [868] ./client/src/scripts/sys/packages/types/table-form-control.jsx 8.44 kB {3} [built] [INFO] [869] ./client/src/scripts/sys/packages/types/table-form-control.less 1.17 kB {3} [built] [INFO] [870] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/types/table-form-control.less 242 bytes {3} [built] [INFO] [871] ./client/src/scripts/sys/packages/types/multi-list-box-control.jsx 4.81 kB {3} [built] [INFO] [872] ./client/src/scripts/sys/packages/types/person-name-control.jsx 8.99 kB {3} [built] [INFO] [873] ./client/src/scripts/sys/packages/types/person-name-control.less 1.17 kB {3} [built] [INFO] [874] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/types/person-name-control.less 294 bytes {3} [built] [INFO] [875] ./client/src/scripts/sys/packages/types/address-control.jsx 8.3 kB {3} [built] [INFO] [877] ./client/src/scripts/sys/user/language-sel.jsx 5.6 kB {3} [built] [INFO] [878] ./client/src/scripts/sys/user/workspace-sel.jsx 6.26 kB {3} [built] [INFO] [879] ./client/src/scripts/sys/toolbar.jsx 12.4 kB {3} [built] [INFO] [880] ./client/src/scripts/sys/search-box.jsx 10.2 kB {3} [built] [INFO] [881] ./client/src/scripts/sys/search-box.less 1.1 kB {3} [built] [INFO] [882] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/search-box.less 1.37 kB {3} [built] [INFO] [883] ./client/src/scripts/sys/toolbar.less 1.1 kB {3} [built] [INFO] [884] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/toolbar.less 887 bytes {3} [built] [INFO] [885] ./client/src/scripts/sys/admin/routes.jsx 3.21 kB {3} [built] [INFO] [886] ./client/src/scripts/sys/admin/tables.jsx 4.97 kB {3} [built] [INFO] [887] ./client/src/scripts/sys/page-content.jsx 3.17 kB {3} [built] [INFO] [888] ./client/src/scripts/sys/sidebar-content.jsx 5.25 kB {3} [built] [INFO] [889] ./client/src/scripts/sys/admin/tables/admunits.jsx 20.3 kB {3} [built] [INFO] [890] ./client/src/scripts/commons/crud.js 6.45 kB {3} [built] [INFO] [891] ./client/src/scripts/sys/admin/tables/country-structures.jsx 3.85 kB {3} [built] [INFO] [892] ./client/src/scripts/sys/packages/crud/crud-view.jsx 7.92 kB {3} [built] [INFO] [893] ./client/src/scripts/sys/packages/crud/crud-message.jsx 4.47 kB {3} [built] [INFO] [894] ./client/src/scripts/sys/packages/crud/crud-control-wrapper.jsx 3.34 kB {3} [built] [INFO] [895] ./client/src/scripts/sys/packages/crud/crud-pagination.jsx 3.6 kB {3} [built] [INFO] [896] ./client/src/scripts/sys/packages/crud/crud-grid.jsx 3.9 kB {3} [built] [INFO] [897] ./client/src/scripts/sys/packages/crud/crud-cell.jsx 10.7 kB {3} [built] [INFO] [898] ./client/src/scripts/sys/packages/crud/crud-controller.js 20.4 kB {3} [built] [INFO] [899] ./client/src/scripts/sys/packages/crud/crud-form.jsx 4.64 kB {3} [built] [INFO] [900] ./client/src/scripts/sys/packages/crud/crud-counter.jsx 4.92 kB {3} [built] [INFO] [901] ./client/src/scripts/sys/packages/crud/crud-add-button.jsx 4.59 kB {3} [built] [INFO] [902] ./client/src/scripts/sys/admin/tables/sources.jsx 4.21 kB {3} [built] [INFO] [903] ./client/src/scripts/sys/admin/tables/units.jsx 10.4 kB {3} [built] [INFO] [904] ./client/src/scripts/sys/admin/tables/substances.jsx 8 kB {3} [built] [INFO] [905] ./client/src/scripts/sys/admin/tables/products.jsx 6.52 kB {3} [built] [INFO] [906] ./client/src/scripts/sys/admin/tables/regimens.jsx 5.42 kB {3} [built] [INFO] [907] ./client/src/scripts/sys/admin/tables/tags.jsx 9.07 kB {3} [built] [INFO] [908] ./client/src/scripts/sys/admin/tables/user-profiles.jsx 3.71 kB {3} [built] [INFO] [909] ./client/src/scripts/sys/admin/tables/permission-tree.jsx 11.7 kB {3} [built] [INFO] [910] ./client/src/scripts/sys/admin/tables/users-ws.jsx 9.7 kB {3} [built] [INFO] [911] ./client/src/scripts/sys/admin/tables/user-ws-changepwd.jsx 4.52 kB {3} [built] [INFO] [912] ./client/src/scripts/sys/admin/tables/ageranges.jsx 3.55 kB {3} [built] [INFO] [913] ./client/src/scripts/sys/admin/reports.jsx 3.8 kB {3} [built] [INFO] [914] ./client/src/scripts/sys/admin/reports/usersessions.jsx 14 kB {3} [built] [INFO] [915] ./client/src/scripts/sys/admin/reports/onlineusers.jsx 8.05 kB {3} [built] [INFO] [916] ./client/src/scripts/sys/admin/reports/cmdhistory.jsx 14.4 kB {3} [built] [INFO] [917] ./client/src/scripts/sys/admin/reports/command-type-control.jsx 5.83 kB {3} [built] [INFO] [918] ./client/src/scripts/sys/admin/reports/errorlog.jsx 10.2 kB {3} [built] [INFO] [919] ./client/src/scripts/sys/admin/settings.jsx 3.24 kB {3} [built] [INFO] [920] ./client/src/scripts/sys/admin/settings/sys-config.jsx 8 kB {3} [built] [INFO] [921] ./client/src/scripts/sys/admin/settings/workspaces.jsx 3.53 kB {3} [built] [INFO] [922] ./client/src/scripts/sys/packages/crud/index.js 1.37 kB {3} [built] [INFO] [923] ./client/src/scripts/sys/packages/crud/crud-table.jsx 7.1 kB {3} [built] [INFO] [924] ./client/src/scripts/sys/workspace/index.jsx 3.15 kB {3} [built] [INFO] [925] ./client/src/scripts/sys/front-page.jsx 6.28 kB {3} [built] [INFO] [926] ./client/src/scripts/sys/workspace/general.jsx 3.47 kB {3} [built] [INFO] [927] ./client/src/scripts/sys/workspace/general-settings.jsx 8.77 kB {3} [built] [INFO] [928] ./client/src/scripts/sys/packages/others/units-card.jsx 8.1 kB {3} [built] [INFO] [929] ./client/src/scripts/commons/fake-crud.js 3.24 kB {3} [built] [INFO] [930] ./client/src/scripts/sys/packages/dashboard/dashboard-view.jsx 4.63 kB {3} [built] [INFO] [931] ./client/src/scripts/sys/packages/reports/indicator.js 6.84 kB {3} [built] [INFO] [932] ./client/src/scripts/sys/packages/reports/indicator-view.jsx 2.98 kB {3} [built] [INFO] [933] ./client/src/scripts/sys/packages/reports/chart.jsx 5.21 kB {3} [built] [INFO] [934] ./~/react-highcharts/dist/ReactHighcharts.js 2.18 kB {3} [built] [INFO] [935] ./~/highcharts/highcharts.js 194 kB {3} [built] [INFO] [936] ./client/src/scripts/sys/packages/reports/theme.js 531 bytes {3} [built] [INFO] [937] ./client/src/scripts/sys/packages/reports/table-view.jsx 6.16 kB {3} [built] [INFO] [938] ./client/src/scripts/sys/packages/reports/table-view.less 1.15 kB {3} [built] [INFO] [939] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/reports/table-view.less 799 bytes {3} [built] [INFO] [940] ./client/src/scripts/sys/packages/cases/cases.jsx 4.41 kB {3} [built] [INFO] [941] ./client/src/scripts/sys/packages/cases/cases-side-view.jsx 9.42 kB {3} [built] [1 warning] [INFO] [942] ./client/src/scripts/sys/packages/cases/advanced-search.jsx 5.37 kB {3} [built] [INFO] [943] ./client/src/scripts/sys/packages/filters/filters-card.jsx 4.46 kB {3} [built] [INFO] [944] ./client/src/scripts/sys/packages/filters/filters-selector.jsx 8.61 kB {3} [built] [INFO] [945] ./client/src/scripts/sys/packages/filters/group-popup.jsx 5.67 kB {3} [built] [INFO] [946] ./client/src/scripts/sys/packages/filters/filter-box.jsx 4.53 kB {3} [built] [INFO] [947] ./client/src/scripts/sys/packages/filters/filter-factory.js 799 bytes {3} [built] [INFO] [948] ./client/src/scripts/sys/packages/filters/select-filter.jsx 3.15 kB {3} [built] [INFO] [949] ./client/src/scripts/sys/packages/filters/period-filter.jsx 2.86 kB {3} [built] [INFO] [950] ./client/src/scripts/sys/packages/filters/filters.less 1.14 kB {3} [built] [INFO] [951] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/filters/filters.less 598 bytes {3} [built] [INFO] [952] ./client/src/scripts/sys/packages/cases/cases-list.jsx 8.56 kB {3} [built] [INFO] [953] ./client/src/scripts/sys/packages/cases/tag-cases-list.jsx 10.8 kB {3} [built] [INFO] [954] ./client/src/scripts/sys/packages/cases/summary-list.jsx 4.97 kB {3} [built] [INFO] [955] ./client/src/scripts/sys/packages/cases/cases-reports.jsx 5.33 kB {3} [built] [INFO] [956] ./client/src/scripts/sys/packages/reports/report-view.jsx 5.62 kB {3} [built] [INFO] [957] ./client/src/scripts/sys/packages/reports/report.js 4.68 kB {3} [built] [INFO] [958] ./client/src/scripts/sys/packages/reports/report.less 1.14 kB {3} [built] [INFO] [959] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/reports/report.less 718 bytes {3} [built] [INFO] [960] ./client/src/scripts/sys/packages/reports/report-editor.jsx 5.98 kB {3} [built] [INFO] [961] ./client/src/scripts/sys/packages/reports/report-header.jsx 6.84 kB {3} [built] [INFO] [962] ./client/src/scripts/sys/packages/reports/indicator-editor.jsx 11.6 kB {3} [built] [INFO] [963] ./client/src/scripts/sys/packages/reports/variables-selector.jsx 4.99 kB {3} [built] [INFO] [964] ./client/src/scripts/sys/packages/reports/variables-box.jsx 5.8 kB {3} [built] [INFO] [965] ./client/src/scripts/sys/packages/reports/variable-control.jsx 3.22 kB {3} [built] [INFO] [966] ./client/src/scripts/sys/packages/cases/cases-distribution.jsx 7.43 kB {3} [built] [INFO] [967] ./client/src/scripts/sys/adminunit/index.jsx 4.47 kB {3} [built] [INFO] [968] ./client/src/scripts/sys/adminunit/general.jsx 3.25 kB {3} [built] [INFO] [969] ./client/src/scripts/sys/unit/index.jsx 4.46 kB {3} [built] [INFO] [970] ./client/src/scripts/sys/unit/general.jsx 3.03 kB {3} [built] [INFO] [971] ./client/src/scripts/sys/unit/cases.jsx 4.67 kB {3} [built] [INFO] [972] ./client/src/scripts/sys/unit/cases-unit.jsx 13.1 kB {3} [built] [INFO] [973] ./client/src/scripts/sys/mock-option-lists.jsx 3.1 kB {3} [built] [INFO] [974] ./client/src/scripts/sys/case/treat/treat-progress.jsx 4.03 kB {3} [built] [INFO] [975] ./client/src/scripts/sys/case/treat/treat-progress.less 1.16 kB {3} [built] [INFO] [976] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-progress.less 302 bytes {3} [built] [INFO] [977] ./client/src/scripts/sys/case/index.jsx 19.8 kB {3} [built] [INFO] [978] ./client/src/scripts/sys/case/patient-panel.jsx 7.07 kB {3} [built] [INFO] [979] ./client/src/scripts/sys/case/patient-panel.less 1.14 kB {3} [built] [INFO] [980] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/patient-panel.less 698 bytes {3} [built] [INFO] [981] ./client/src/scripts/sys/case/events.js 836 bytes {3} [built] [INFO] [982] ./client/src/scripts/sys/case/case-data.jsx 6.2 kB {3} [built] [INFO] [983] ./client/src/scripts/sys/case/case-prev-tb-treats.jsx 7.43 kB {3} [built] [INFO] [984] ./client/src/scripts/sys/case/case-comments.jsx 5.49 kB {3} [built] [INFO] [985] ./client/src/scripts/sys/case/comments-box.jsx 16.7 kB {3} [built] [INFO] [986] ./client/src/scripts/sys/case/comments-box.less 1.13 kB {3} [built] [INFO] [987] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/comments-box.less 361 bytes {3} [built] [INFO] [988] ./client/src/scripts/sys/case/case-contacts.jsx 8.6 kB {3} [built] [INFO] [989] ./client/src/scripts/sys/case/case-adv-reacts.jsx 6.89 kB {3} [built] [INFO] [990] ./client/src/scripts/sys/case/case-comorbidities.jsx 9.25 kB {3} [built] [INFO] [991] ./client/src/scripts/sys/case/case-edit-form.jsx 4.47 kB {3} [built] [INFO] [992] ./client/src/scripts/sys/case/other-cases.jsx 4.86 kB {3} [built] [INFO] [993] ./client/src/scripts/sys/case/case-exams.jsx 12.2 kB {3} [built] [INFO] [994] ./client/src/scripts/sys/case/followup-display.jsx 6.63 kB {3} [built] [INFO] [995] ./client/src/scripts/sys/case/followup-utils.js 27 kB {3} [built] [INFO] [996] ./client/src/scripts/sys/case/followup-modal.jsx 5.64 kB {3} [built] [INFO] [997] ./client/src/scripts/sys/case/case-treatment.jsx 11.7 kB {3} [built] [INFO] [998] ./client/src/scripts/sys/case/treat/treat-timeline.jsx 11.7 kB {3} [built] [INFO] [999] ./client/src/scripts/sys/case/treat/treat-popup.jsx 8.04 kB {3} [built] [INFO] [1000] ./client/src/scripts/sys/case/treat/treat-timeline.less 1.16 kB {3} [built] [INFO] [1001] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-timeline.less 264 bytes {3} [built] [INFO] [1002] ./client/src/scripts/sys/case/treat/treat-update.jsx 4.93 kB {3} [built] [INFO] [1003] ./client/src/scripts/sys/case/treat/edt-prescription.jsx 6.29 kB {3} [built] [INFO] [1004] ./client/src/scripts/sys/case/treat/add-prescription.jsx 5.75 kB {3} [built] [INFO] [1005] ./client/src/scripts/sys/case/treat/treat-followup.jsx 7.77 kB {3} [built] [INFO] [1006] ./client/src/scripts/sys/case/treat/followup-calendar.jsx 6.43 kB {3} [built] [INFO] [1007] ./client/src/scripts/sys/case/treat/calend-editor.jsx 9.51 kB {3} [built] [INFO] [1008] ./client/src/scripts/sys/case/treat/treat-followup.less 1.16 kB {3} [built] [INFO] [1009] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-followup.less 2.12 kB {3} [built] [INFO] [1010] ./client/src/scripts/sys/case/treat/no-treat-panel.jsx 5.21 kB {3} [built] [INFO] [1011] ./client/src/scripts/sys/case/treat/start-regimen.jsx 8.14 kB {3} [built] [INFO] [1012] ./client/src/scripts/sys/case/case-close.jsx 4.64 kB {3} [built] [INFO] [1013] ./client/src/scripts/sys/case/case-move.jsx 5.01 kB {3} [built] [INFO] [1014] ./client/src/scripts/sys/case/case-issues.jsx 9.51 kB {3} [built] [INFO] [1015] ./client/src/scripts/sys/case/issues.jsx 4.61 kB {3} [built] [INFO] [1016] ./client/src/scripts/sys/case/issue-card.jsx 12.9 kB {3} [built] [INFO] [1017] ./client/src/scripts/sys/case/issue-followups-box.jsx 11.3 kB {3} [built] [INFO] [1018] ./client/src/scripts/sys/case/case-tags.jsx 5.14 kB {3} [built] [INFO] [1019] ./client/src/scripts/sys/case/suspect-followup.jsx 3.79 kB {3} [built] [INFO] [1020] ./client/src/scripts/sys/case/new/index.jsx 5.97 kB {3} [built] [INFO] [1021] ./client/src/scripts/sys/case/new/new-searchpatient.jsx 14.8 kB {3} [built] [INFO] [1022] ./client/src/scripts/sys/case/new/new-notifform.jsx 4.52 kB {3} [built] [INFO] [1023] ./client/src/scripts/sys/user/settings.jsx 5.58 kB {3} [built] [INFO] [1024] ./client/src/scripts/sys/user/change-password.jsx 5.04 kB {3} [built] [INFO] [1025] ./client/src/scripts/sys/sync.jsx 15.6 kB {3} [built] [1 warning] [INFO] [1026] ./client/src/scripts/sys/start.jsx 2.57 kB {3} [built] [INFO] chunk {4} vendor.9accda6c3519ab34e3b5.js (vendor) 1.4 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] ./~/react-overlays/~/dom-helpers/transition/properties.js 3.61 kB {4} [built] [INFO] [619] ./~/react-overlays/~/dom-helpers/util/inDOM.js 221 bytes {4} [built] [INFO] [620] ./~/react-overlays/~/dom-helpers/events/on.js 869 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] ./~/dom-helpers/util/inDOM.js 117 bytes {4} [built] [INFO] [626] ./~/keycode/index.js 2.76 kB {4} [built] [INFO] [627] ./~/react-prop-types/lib/isRequiredForA11y.js 841 bytes {4} [built] [INFO] [628] ./~/uncontrollable/index.js 852 bytes {4} [built] [INFO] [629] ./~/uncontrollable/createUncontrollable.js 5.42 kB {4} [built] [INFO] [630] ./~/uncontrollable/utils.js 3.53 kB {4} [built] [INFO] [631] ./~/react-bootstrap/lib/DropdownMenu.js 6.51 kB {4} [built] [INFO] [632] ./~/babel-runtime/core-js/array/from.js 91 bytes {4} [built] [INFO] [633] ./~/babel-runtime/~/core-js/library/fn/array/from.js 146 bytes {4} [built] [INFO] [634] ./~/babel-runtime/~/core-js/library/modules/es6.array.from.js 1.67 kB {4} [built] [INFO] [635] ./~/babel-runtime/~/core-js/library/modules/_iter-call.js 403 bytes {4} [built] [INFO] [636] ./~/babel-runtime/~/core-js/library/modules/_is-array-iter.js 277 bytes {4} [built] [INFO] [637] ./~/babel-runtime/~/core-js/library/modules/_create-property.js 270 bytes {4} [built] [INFO] [638] ./~/babel-runtime/~/core-js/library/modules/core.get-iterator-method.js 293 bytes {4} [built] [INFO] [639] ./~/babel-runtime/~/core-js/library/modules/_classof.js 709 bytes {4} [built] [INFO] [640] ./~/babel-runtime/~/core-js/library/modules/_iter-detect.js 582 bytes {4} [built] [INFO] [641] ./~/react-overlays/lib/RootCloseWrapper.js 5.81 kB {4} [built] [INFO] [642] ./~/react-overlays/~/dom-helpers/query/contains.js 941 bytes {4} [built] [INFO] [643] ./~/react-overlays/lib/utils/addEventListener.js 619 bytes {4} [built] [INFO] [644] ./~/react-overlays/~/dom-helpers/events/off.js 721 bytes {4} [built] [INFO] [645] ./~/react-overlays/lib/utils/ownerDocument.js 574 bytes {4} [built] [INFO] [646] ./~/react-overlays/~/dom-helpers/ownerDocument.js 231 bytes {4} [built] [INFO] [647] ./~/react-bootstrap/lib/DropdownToggle.js 3.35 kB {4} [built] [INFO] [648] ./~/react-bootstrap/lib/utils/PropTypes.js 2.24 kB {4} [built] [INFO] [649] ./~/react-bootstrap/lib/DropdownButton.js 3.17 kB {4} [built] [INFO] [650] ./~/react-bootstrap/lib/utils/splitComponentProps.js 787 bytes {4} [built] [INFO] [651] ./~/react-bootstrap/lib/Fade.js 3.2 kB {4} [built] [INFO] [652] ./~/react-bootstrap/lib/Form.js 2.85 kB {4} [built] [INFO] [653] ./~/react-bootstrap/lib/FormControl.js 4.23 kB {4} [built] [INFO] [654] ./~/react-bootstrap/lib/FormControlFeedback.js 3.57 kB {4} [built] [INFO] [655] ./~/react-bootstrap/lib/FormControlStatic.js 2.6 kB {4} [built] [INFO] [656] ./~/react-bootstrap/lib/FormGroup.js 3.85 kB {4} [built] [INFO] [657] ./~/react-bootstrap/lib/Grid.js 2.79 kB {4} [built] [INFO] [658] ./~/react-bootstrap/lib/HelpBlock.js 2.15 kB {4} [built] [INFO] [659] ./~/react-bootstrap/lib/Image.js 3.15 kB {4} [built] [INFO] [660] ./~/react-bootstrap/lib/InputGroup.js 2.64 kB {4} [built] [INFO] [661] ./~/react-bootstrap/lib/InputGroupAddon.js 2.2 kB {4} [built] [INFO] [662] ./~/react-bootstrap/lib/InputGroupButton.js 2.2 kB {4} [built] [INFO] [663] ./~/react-bootstrap/lib/Jumbotron.js 2.52 kB {4} [built] [INFO] [664] ./~/react-bootstrap/lib/Label.js 2.96 kB {4} [built] [INFO] [665] ./~/react-bootstrap/lib/ListGroup.js 3.83 kB {4} [built] [INFO] [666] ./~/react-bootstrap/lib/ListGroupItem.js 4.33 kB {4} [built] [INFO] [667] ./~/react-bootstrap/lib/Media.js 3.33 kB {4} [built] [INFO] [668] ./~/react-bootstrap/lib/MediaBody.js 2.52 kB {4} [built] [INFO] [669] ./~/react-bootstrap/lib/MediaHeading.js 2.55 kB {4} [built] [INFO] [670] ./~/react-bootstrap/lib/MediaLeft.js 2.66 kB {4} [built] [INFO] [671] ./~/react-bootstrap/lib/MediaList.js 2.15 kB {4} [built] [INFO] [672] ./~/react-bootstrap/lib/MediaListItem.js 2.17 kB {4} [built] [INFO] [673] ./~/react-bootstrap/lib/MediaRight.js 2.67 kB {4} [built] [INFO] [674] ./~/react-bootstrap/lib/MenuItem.js 5.68 kB {4} [built] [INFO] [675] ./~/react-bootstrap/lib/Modal.js 10.8 kB {4} [built] [INFO] [676] ./~/dom-helpers/events/index.js 157 bytes {4} [built] [INFO] [677] ./~/dom-helpers/events/on.js 465 bytes {4} [built] [INFO] [678] ./~/dom-helpers/events/off.js 473 bytes {4} [built] [INFO] [679] ./~/dom-helpers/events/filter.js 394 bytes {4} [built] [INFO] [680] ./~/dom-helpers/query/querySelectorAll.js 918 bytes {4} [built] [INFO] [681] ./~/dom-helpers/util/scrollbarSize.js 581 bytes {4} [built] [INFO] [682] ./~/react-overlays/lib/Modal.js 16.8 kB {4} [built] [INFO] [683] ./~/react-prop-types/lib/componentOrElement.js 1.57 kB {4} [built] [INFO] [684] ./~/react-overlays/lib/Portal.js 3.94 kB {4} [built] [INFO] [685] ./~/react-overlays/lib/utils/getContainer.js 538 bytes {4} [built] [INFO] [686] ./~/react-overlays/lib/ModalManager.js 5.83 kB {4} [built] [INFO] [687] ./~/react-overlays/~/dom-helpers/style/index.js 1.78 kB {4} [built] [INFO] [688] ./~/react-overlays/~/dom-helpers/util/camelizeStyle.js 767 bytes {4} [built] [INFO] [689] ./~/react-overlays/~/dom-helpers/util/camelize.js 287 bytes {4} [built] [INFO] [690] ./~/react-overlays/~/dom-helpers/util/hyphenateStyle.js 772 bytes {4} [built] [INFO] [691] ./~/react-overlays/~/dom-helpers/util/hyphenate.js 257 bytes {4} [built] [INFO] [692] ./~/react-overlays/~/dom-helpers/style/getComputedStyle.js 1.81 kB {4} [built] [INFO] [693] ./~/react-overlays/~/dom-helpers/style/removeStyle.js 291 bytes {4} [built] [INFO] [694] ./~/react-overlays/~/dom-helpers/transition/isTransform.js 349 bytes {4} [built] [INFO] [695] ./~/react-overlays/~/dom-helpers/class/index.js 780 bytes {4} [built] [INFO] [696] ./~/react-overlays/~/dom-helpers/class/addClass.js 536 bytes {4} [built] [INFO] [697] ./~/react-overlays/~/dom-helpers/class/hasClass.js 354 bytes {4} [built] [INFO] [698] ./~/react-overlays/~/dom-helpers/class/removeClass.js 297 bytes {4} [built] [INFO] [699] ./~/react-overlays/~/dom-helpers/util/scrollbarSize.js 842 bytes {4} [built] [INFO] [700] ./~/react-overlays/lib/utils/isOverflowing.js 1.18 kB {4} [built] [INFO] [701] ./~/react-overlays/~/dom-helpers/query/isWindow.js 282 bytes {4} [built] [INFO] [702] ./~/react-overlays/lib/utils/manageAriaHidden.js 1.12 kB {4} [built] [INFO] [703] ./~/react-overlays/lib/utils/addFocusListener.js 879 bytes {4} [built] [INFO] [704] ./~/react-overlays/~/dom-helpers/activeElement.js 593 bytes {4} [built] [INFO] [705] ./~/react-bootstrap/lib/ModalBody.js 2.52 kB {4} [built] [INFO] [706] ./~/react-bootstrap/lib/ModalDialog.js 3.38 kB {4} [built] [INFO] [707] ./~/react-bootstrap/lib/ModalFooter.js 2.54 kB {4} [built] [INFO] [708] ./~/react-bootstrap/lib/ModalHeader.js 3.97 kB {4} [built] [INFO] [709] ./~/react-bootstrap/lib/ModalTitle.js 2.53 kB {4} [built] [INFO] [710] ./~/react-bootstrap/lib/Nav.js 13 kB {4} [built] [INFO] [711] ./~/react-bootstrap/lib/Navbar.js 10.7 kB {4} [built] [INFO] [712] ./~/react-bootstrap/lib/NavbarBrand.js 2.53 kB {4} [built] [INFO] [713] ./~/react-bootstrap/lib/NavbarCollapse.js 2.36 kB {4} [built] [INFO] [714] ./~/react-bootstrap/lib/NavbarHeader.js 2.23 kB {4} [built] [INFO] [715] ./~/react-bootstrap/lib/NavbarToggle.js 3.43 kB {4} [built] [INFO] [716] ./~/react-bootstrap/lib/NavDropdown.js 4.52 kB {4} [built] [INFO] [717] ./~/react-bootstrap/lib/NavItem.js 3.69 kB {4} [built] [INFO] [718] ./~/react-bootstrap/lib/Overlay.js 4.2 kB {4} [built] [INFO] [719] ./~/react-overlays/lib/Overlay.js 8.03 kB {4} [built] [INFO] [720] ./~/react-overlays/lib/Position.js 7.89 kB {4} [built] [INFO] [721] ./~/react-overlays/lib/utils/calculatePosition.js 4.04 kB {4} [built] [INFO] [722] ./~/react-overlays/~/dom-helpers/query/offset.js 1.38 kB {4} [built] [INFO] [723] ./~/react-overlays/~/dom-helpers/query/position.js 2.18 kB {4} [built] [INFO] [724] ./~/react-overlays/~/dom-helpers/query/offsetParent.js 869 bytes {4} [built] [INFO] [725] ./~/react-overlays/~/dom-helpers/query/scrollTop.js 689 bytes {4} [built] [INFO] [726] ./~/react-overlays/~/dom-helpers/query/scrollLeft.js 691 bytes {4} [built] [INFO] [727] ./~/react-bootstrap/lib/OverlayTrigger.js 10.3 kB {4} [built] [INFO] [728] ./~/react-bootstrap/lib/PageHeader.js 2.32 kB {4} [built] [INFO] [729] ./~/react-bootstrap/lib/PageItem.js 534 bytes {4} [built] [INFO] [730] ./~/react-bootstrap/lib/PagerItem.js 3.56 kB {4} [built] [INFO] [731] ./~/react-bootstrap/lib/utils/deprecationWarning.js 2.57 kB {4} [built] [INFO] [732] ./~/react-bootstrap/lib/Pager.js 3.01 kB {4} [built] [INFO] [733] ./~/react-bootstrap/lib/Pagination.js 9.37 kB {4} [built] [INFO] [734] ./~/react-bootstrap/lib/PaginationButton.js 3.98 kB {4} [built] [INFO] [735] ./~/react-bootstrap/lib/Panel.js 8.6 kB {4} [built] [INFO] [736] ./~/react-bootstrap/lib/Popover.js 4.93 kB {4} [built] [INFO] [737] ./~/react-bootstrap/lib/ProgressBar.js 6.19 kB {4} [built] [INFO] [738] ./~/react-bootstrap/lib/Radio.js 4.29 kB {4} [built] [INFO] [739] ./~/react-bootstrap/lib/ResponsiveEmbed.js 3.54 kB {4} [built] [INFO] [740] ./~/react-bootstrap/lib/Row.js 2.46 kB {4} [built] [INFO] [741] ./~/react-bootstrap/lib/SplitButton.js 3.87 kB {4} [built] [INFO] [742] ./~/react-bootstrap/lib/SplitToggle.js 1.61 kB {4} [built] [INFO] [743] ./~/react-bootstrap/lib/Tab.js 2.25 kB {4} [built] [INFO] [744] ./~/react-bootstrap/lib/TabContainer.js 4.51 kB {4} [built] [INFO] [745] ./~/react-bootstrap/lib/TabContent.js 6.24 kB {4} [built] [INFO] [746] ./~/react-bootstrap/lib/TabPane.js 9.42 kB {4} [built] [INFO] [747] ./~/react-bootstrap/lib/Table.js 3.37 kB {4} [built] [INFO] [748] ./~/react-bootstrap/lib/Tabs.js 5.61 kB {4} [built] [INFO] [749] ./~/react-bootstrap/lib/Thumbnail.js 2.85 kB {4} [built] [INFO] [750] ./~/react-bootstrap/lib/Tooltip.js 4.67 kB {4} [built] [INFO] [751] ./~/react-bootstrap/lib/Well.js 2.24 kB {4} [built] [INFO] [752] ./~/react-bootstrap/lib/utils/index.js 1.11 kB {4} [built] [INFO] [774] ./~/superagent/lib/client.js 22 kB {4} [built] [INFO] [775] ./~/component-emitter/index.js 3.18 kB {4} [built] [INFO] [776] ./~/superagent/lib/request-base.js 12.9 kB {4} [built] [INFO] [777] ./~/superagent/lib/is-object.js 209 bytes {4} [built] [INFO] [778] ./~/superagent/lib/is-function.js 308 bytes {4} [built] [INFO] [779] ./~/superagent/lib/response-base.js 2.78 kB {4} [built] [INFO] [780] ./~/superagent/lib/utils.js 1.31 kB {4} [built] [INFO] [781] ./~/superagent/lib/should-retry.js 558 bytes {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/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/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/packages/cases/cases-side-view.jsx [INFO] Missing localization: cases.details.tags.noresult2 [INFO] [INFO] WARNING in app.2f6d1ba9cb53ff2ffbe5.js from UglifyJs [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:8136,17] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:8137,17] [INFO] Side effects in initialization of unused variable App [app.2f6d1ba9cb53ff2ffbe5.js:8101,5] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:9178,9] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:9179,9] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:9212,9] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:9213,9] [INFO] Side effects in initialization of unused variable APP_INIT [app.2f6d1ba9cb53ff2ffbe5.js:10090,5] [INFO] Side effects in initialization of unused variable AUTHENTICATED [app.2f6d1ba9cb53ff2ffbe5.js:10091,5] [INFO] Side effects in initialization of unused variable LOGOUT [app.2f6d1ba9cb53ff2ffbe5.js:10092,5] [INFO] Side effects in initialization of unused variable WORKSPACE_CHANGING [app.2f6d1ba9cb53ff2ffbe5.js:10093,5] [INFO] Side effects in initialization of unused variable WORKSPACE_CHANGE [app.2f6d1ba9cb53ff2ffbe5.js:10094,5] [INFO] Side effects in initialization of unused variable CHANGE_LANG [app.2f6d1ba9cb53ff2ffbe5.js:10095,5] [INFO] Side effects in initialization of unused variable ERROR [app.2f6d1ba9cb53ff2ffbe5.js:10096,5] [INFO] Side effects in initialization of unused variable CRUD_BEGIN [app.2f6d1ba9cb53ff2ffbe5.js:10099,5] [INFO] Side effects in initialization of unused variable CRUD_END [app.2f6d1ba9cb53ff2ffbe5.js:10100,5] [INFO] Side effects in initialization of unused variable DOC_CREATE [app.2f6d1ba9cb53ff2ffbe5.js:10103,5] [INFO] Side effects in initialization of unused variable DOC_UPDATE [app.2f6d1ba9cb53ff2ffbe5.js:10104,5] [INFO] Side effects in initialization of unused variable DOC_DELETE [app.2f6d1ba9cb53ff2ffbe5.js:10105,5] [INFO] Side effects in initialization of unused variable SHOW_MESSAGE [app.2f6d1ba9cb53ff2ffbe5.js:10108,5] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:11779,4] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:11781,2] [INFO] Side effects in initialization of unused variable update [app.2f6d1ba9cb53ff2ffbe5.js:11776,5] [INFO] Condition always true [app.2f6d1ba9cb53ff2ffbe5.js:11889,5] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:12246,4] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:12248,2] [INFO] Side effects in initialization of unused variable update [app.2f6d1ba9cb53ff2ffbe5.js:12243,5] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:13707,9] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:13708,7] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:13825,9] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:13826,7] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:13850,7] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:13851,5] [INFO] Boolean && always false [app.2f6d1ba9cb53ff2ffbe5.js:13805,5] [INFO] Condition left of || always true [app.2f6d1ba9cb53ff2ffbe5.js:13805,1] [INFO] Side effects in initialization of unused variable KeyEscapeUtils [app.2f6d1ba9cb53ff2ffbe5.js:13799,5] [INFO] Side effects in initialization of unused variable warning [app.2f6d1ba9cb53ff2ffbe5.js:13801,5] [INFO] Dropping unused variable ReactComponentTreeHook [app.2f6d1ba9cb53ff2ffbe5.js:13803,5] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:14056,5] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:14056,12] [INFO] Declarations in unreachable code! [app.2f6d1ba9cb53ff2ffbe5.js:14057,3] [INFO] Dropping unused variable ReactPerf [app.2f6d1ba9cb53ff2ffbe5.js:14057,7] [INFO] Dropping unused variable ReactTestUtils [app.2f6d1ba9cb53ff2ffbe5.js:14058,7] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:14123,31] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:14143,31] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:14176,31] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:14291,4] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:14293,2] [INFO] Side effects in initialization of unused variable update [app.2f6d1ba9cb53ff2ffbe5.js:14288,5] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:14841,13] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:14841,20] [INFO] Declarations in unreachable code! [app.2f6d1ba9cb53ff2ffbe5.js:14846,13] [INFO] Dropping unused variable schema [app.2f6d1ba9cb53ff2ffbe5.js:14846,17] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:14814,17] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:14815,17] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:15258,9] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:15259,9] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:15615,17] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:15616,17] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:15824,21] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:15825,21] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:15999,4] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:16001,2] [INFO] Side effects in initialization of unused variable update [app.2f6d1ba9cb53ff2ffbe5.js:15996,5] [INFO] Condition always true [app.2f6d1ba9cb53ff2ffbe5.js:16992,17] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:17737,4] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:17739,2] [INFO] Side effects in initialization of unused variable update [app.2f6d1ba9cb53ff2ffbe5.js:17734,5] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:18459,13] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:18459,20] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:19846,4] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:19848,2] [INFO] Side effects in initialization of unused variable update [app.2f6d1ba9cb53ff2ffbe5.js:19843,5] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:20213,4] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:20215,2] [INFO] Side effects in initialization of unused variable update [app.2f6d1ba9cb53ff2ffbe5.js:20210,5] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:20452,4] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:20454,2] [INFO] Side effects in initialization of unused variable update [app.2f6d1ba9cb53ff2ffbe5.js:20449,5] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:20523,13] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:20525,13] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:20553,17] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:20553,24] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:20805,4] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:20807,2] [INFO] Side effects in initialization of unused variable update [app.2f6d1ba9cb53ff2ffbe5.js:20802,5] [INFO] Condition always false [app.2f6d1ba9cb53ff2ffbe5.js:20894,4] [INFO] Dropping unreachable code [app.2f6d1ba9cb53ff2ffbe5.js:20896,2] [INFO] Side effects in initialization of unused variable update [app.2f6d1ba9cb53ff2ffbe5.js:20891,5] [INFO] Side effects in initialization of unused variable sourceMap [app.2f6d1ba9cb53ff2ffbe5.js:21201,6] [INFO] Side effects in initialization of unused variable media [app.2f6d1ba9cb53ff2ffbe5.js:21219,6] [INFO] Condition always true [app.2f6d1ba9cb53ff2ffbe5.js:21039,5] [INFO] [INFO] WARNING in 2.2.919ce13377b7653013e1.js from UglifyJs [INFO] Condition always false [2.2.919ce13377b7653013e1.js:630,4] [INFO] Dropping unreachable code [2.2.919ce13377b7653013e1.js:632,2] [INFO] Side effects in initialization of unused variable update [2.2.919ce13377b7653013e1.js:627,5] [INFO] Condition always false [2.2.919ce13377b7653013e1.js:706,4] [INFO] Dropping unreachable code [2.2.919ce13377b7653013e1.js:708,2] [INFO] Side effects in initialization of unused variable update [2.2.919ce13377b7653013e1.js:703,5] [INFO] [INFO] WARNING in 3.3.108ab0f7413237287af3.js from UglifyJs [INFO] Condition always false [3.3.108ab0f7413237287af3.js:240,17] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:240,24] [INFO] Declarations in unreachable code! [3.3.108ab0f7413237287af3.js:241,17] [INFO] Dropping unused variable DevIndex [3.3.108ab0f7413237287af3.js:241,21] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:1505,4] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:1507,2] [INFO] Side effects in initialization of unused variable update [3.3.108ab0f7413237287af3.js:1502,5] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:1894,4] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:1896,2] [INFO] Side effects in initialization of unused variable update [3.3.108ab0f7413237287af3.js:1891,5] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:2992,4] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:2994,2] [INFO] Side effects in initialization of unused variable update [3.3.108ab0f7413237287af3.js:2989,5] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:3034,4] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:3036,2] [INFO] Side effects in initialization of unused variable update [3.3.108ab0f7413237287af3.js:3031,5] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:4967,17] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:4968,17] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:5079,21] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:5080,21] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:5162,21] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:5163,21] [INFO] Side effects in initialization of unused variable _crudController2 [3.3.108ab0f7413237287af3.js:4921,5] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:5407,21] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:5408,21] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:5523,17] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:5524,17] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:5599,25] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:5601,25] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:5698,17] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:5699,17] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:5725,17] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:5726,17] [INFO] Condition always true [3.3.108ab0f7413237287af3.js:11882,17] [INFO] Side effects in initialization of unused variable _indicator2 [3.3.108ab0f7413237287af3.js:12320,5] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:12454,4] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:12456,2] [INFO] Side effects in initialization of unused variable update [3.3.108ab0f7413237287af3.js:12451,5] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:13605,17] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:13606,17] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:13838,4] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:13840,2] [INFO] Side effects in initialization of unused variable update [3.3.108ab0f7413237287af3.js:13835,5] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:14915,4] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:14917,2] [INFO] Side effects in initialization of unused variable update [3.3.108ab0f7413237287af3.js:14912,5] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:17149,4] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:17151,2] [INFO] Side effects in initialization of unused variable update [3.3.108ab0f7413237287af3.js:17146,5] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:17863,4] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:17865,2] [INFO] Side effects in initialization of unused variable update [3.3.108ab0f7413237287af3.js:17860,5] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:18825,4] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:18827,2] [INFO] Side effects in initialization of unused variable update [3.3.108ab0f7413237287af3.js:18822,5] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:22040,4] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:22042,2] [INFO] Side effects in initialization of unused variable update [3.3.108ab0f7413237287af3.js:22037,5] [INFO] Condition always false [3.3.108ab0f7413237287af3.js:23217,4] [INFO] Dropping unreachable code [3.3.108ab0f7413237287af3.js:23219,2] [INFO] Side effects in initialization of unused variable update [3.3.108ab0f7413237287af3.js:23214,5] [INFO] [INFO] WARNING in vendor.9accda6c3519ab34e3b5.js from UglifyJs [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:648,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:648,12] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:649,3] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:657,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:657,12] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:658,3] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:642,5] [INFO] Dropping unused variable ReactElementValidator [vendor.9accda6c3519ab34e3b5.js:649,7] [INFO] Dropping unused variable warned [vendor.9accda6c3519ab34e3b5.js:658,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:1065,35] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:1010,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:1179,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:1180,3] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:1246,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:1247,5] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:1248,7] [INFO] Dropping unused variable getter [vendor.9accda6c3519ab34e3b5.js:1248,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:1258,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:1259,5] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:1260,7] [INFO] Dropping unused variable getter [vendor.9accda6c3519ab34e3b5.js:1260,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:1273,8] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:1273,8] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:1287,8] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:1287,8] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:1332,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:1337,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:1422,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:1423,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:1439,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:1440,5] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:1442,9] [INFO] Dropping unused variable displayName [vendor.9accda6c3519ab34e3b5.js:1442,13] [INFO] Dropping unused function defineKeyPropWarningGetter [vendor.9accda6c3519ab34e3b5.js:1269,10] [INFO] Dropping unused function defineRefPropWarningGetter [vendor.9accda6c3519ab34e3b5.js:1283,10] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:1230,5] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.9accda6c3519ab34e3b5.js:1231,5] [INFO] Dropping unused variable specialPropKeyWarningShown [vendor.9accda6c3519ab34e3b5.js:1243,5] [INFO] Dropping unused variable specialPropRefWarningShown [vendor.9accda6c3519ab34e3b5.js:1243,33] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:1617,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:1618,3] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:1722,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:1723,3] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:1869,13] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:1869,20] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:1870,11] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:1872,13] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:1892,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:1897,9] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:1898,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:1905,16] [INFO] Condition always true [vendor.9accda6c3519ab34e3b5.js:1905,8] [INFO] Dropping unused variable mapsAsChildrenAddendum [vendor.9accda6c3519ab34e3b5.js:1870,15] [INFO] Dropping unused variable mapsAsChildrenOwnerName [vendor.9accda6c3519ab34e3b5.js:1872,17] [INFO] Dropping unused variable name [vendor.9accda6c3519ab34e3b5.js:1898,15] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.9accda6c3519ab34e3b5.js:1776,5] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:1780,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:1782,5] [INFO] Dropping unused variable didWarnAboutMaps [vendor.9accda6c3519ab34e3b5.js:1798,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2111,104] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2144,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:2144,12] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:2145,3] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:2159,8] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.9accda6c3519ab34e3b5.js:2066,5] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:2068,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:2069,5] [INFO] Dropping unused variable deprecatedAPIs [vendor.9accda6c3519ab34e3b5.js:2145,7] [INFO] Dropping unused variable defineDeprecationWarning [vendor.9accda6c3519ab34e3b5.js:2149,7] [INFO] Dropping unused variable fnName [vendor.9accda6c3519ab34e3b5.js:2159,12] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2187,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:2187,14] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:2188,5] [INFO] Dropping unused variable constructor [vendor.9accda6c3519ab34e3b5.js:2188,9] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:2184,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2286,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:2287,3] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2685,8] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:2685,8] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2695,42] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2700,79] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2710,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:2710,16] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:2711,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2720,36] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2721,42] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2766,109] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2777,15] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:2780,13] [INFO] Dropping unused variable typeofSpec [vendor.9accda6c3519ab34e3b5.js:2711,11] [INFO] Dropping unused variable isMixinValid [vendor.9accda6c3519ab34e3b5.js:2712,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2801,21] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2804,22] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2817,74] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2821,36] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2876,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:2876,14] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:2880,5] [INFO] Dropping unused variable componentName [vendor.9accda6c3519ab34e3b5.js:2880,9] [INFO] Dropping unused variable _bind [vendor.9accda6c3519ab34e3b5.js:2881,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2647,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:2648,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2653,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:2654,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2670,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:2671,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2974,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:2975,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:2994,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:2996,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:3002,78] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:3019,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:3024,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:3032,38] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:3034,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:3035,7] [INFO] Dropping unused function validateTypeDef [vendor.9accda6c3519ab34e3b5.js:2680,10] [INFO] Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.9accda6c3519ab34e3b5.js:2359,5] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:2363,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:2364,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:3078,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:3079,3] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:3112,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:3112,12] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:3113,3] [INFO] Dropping unused variable ReactElementValidator [vendor.9accda6c3519ab34e3b5.js:3113,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:3394,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:3395,7] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:3396,9] [INFO] Dropping unused variable cacheKey [vendor.9accda6c3519ab34e3b5.js:3396,13] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:3388,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:3389,5] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:3389,5] [INFO] Dropping unused variable manualPropTypeCallCache [vendor.9accda6c3519ab34e3b5.js:3389,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:3495,6] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:3495,6] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:3540,6] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:3540,6] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:3284,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:3775,45] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:3758,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:3856,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:3856,12] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:3857,3] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:3865,9] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:3870,5] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:3875,5] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:3883,10] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:3892,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:3892,12] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:3893,3] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:3818,5] [INFO] Dropping unused variable ExecutionEnvironment [vendor.9accda6c3519ab34e3b5.js:3857,7] [INFO] Dropping unused variable showFileUrlMessage [vendor.9accda6c3519ab34e3b5.js:3865,13] [INFO] Dropping unused variable testFunc [vendor.9accda6c3519ab34e3b5.js:3870,9] [INFO] Dropping unused variable ieCompatibilityMode [vendor.9accda6c3519ab34e3b5.js:3875,9] [INFO] Dropping unused variable expectedFeatures [vendor.9accda6c3519ab34e3b5.js:3879,9] [INFO] Dropping unused variable i [vendor.9accda6c3519ab34e3b5.js:3883,14] [INFO] Dropping unused variable ReactInstrumentation [vendor.9accda6c3519ab34e3b5.js:3893,7] [INFO] Dropping unused variable ReactDOMUnknownPropertyHook [vendor.9accda6c3519ab34e3b5.js:3894,7] [INFO] Dropping unused variable ReactDOMNullInputValuePropHook [vendor.9accda6c3519ab34e3b5.js:3895,7] [INFO] Dropping unused variable ReactDOMInvalidARIAHook [vendor.9accda6c3519ab34e3b5.js:3896,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:4011,14] [INFO] Condition always true [vendor.9accda6c3519ab34e3b5.js:4011,6] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:4070,38] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:4080,26] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:3926,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:4223,60] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:4240,119] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:4242,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:4243,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:4249,13] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:4250,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:4335,29] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:4165,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:4981,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:4982,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:4961,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5216,42] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5340,21] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:5102,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5404,28] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5408,36] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5412,86] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5426,79] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5454,70] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5458,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:5458,14] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:5459,5] [INFO] Dropping unused variable lowerCasedName [vendor.9accda6c3519ab34e3b5.js:5459,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5501,31] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5514,27] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5538,41] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5605,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:5605,16] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:5606,7] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:5607,12] [INFO] Dropping unused variable possibleRegistrationNames [vendor.9accda6c3519ab34e3b5.js:5606,11] [INFO] Dropping unused variable lowerCasedName [vendor.9accda6c3519ab34e3b5.js:5607,16] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:5379,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5718,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:5719,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5746,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:5747,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5787,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:5788,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5792,40] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5655,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:5656,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5661,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:5662,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5679,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:5680,3] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:5639,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:5640,5] [INFO] Dropping unused variable validateEventDispatches [vendor.9accda6c3519ab34e3b5.js:5678,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5908,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:5913,3] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:5914,5] [INFO] Dropping unused variable fakeNode [vendor.9accda6c3519ab34e3b5.js:5914,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:5965,22] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:5949,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:6240,35] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:6185,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:6425,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:6427,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:6441,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:6442,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:6627,6] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:6627,6] [INFO] Dropping unused variable warningCondition [vendor.9accda6c3519ab34e3b5.js:6626,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:6527,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:6528,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:6536,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:6537,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:6547,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:6548,3] [INFO] Dropping unused function getPooledWarningPropertyDefinition [vendor.9accda6c3519ab34e3b5.js:6604,10] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:6380,5] [INFO] Dropping unused variable didWarnForAddedNewProperty [vendor.9accda6c3519ab34e3b5.js:6382,5] [INFO] Side effects in initialization of unused variable isProxySupported [vendor.9accda6c3519ab34e3b5.js:6383,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7032,68] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7113,40] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7215,42] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7222,30] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7227,27] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7228,66] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7229,68] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:7022,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7327,50] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:7275,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7445,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:7446,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7454,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:7455,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7477,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:7478,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7484,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:7485,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7517,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:7518,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7535,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:7536,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7553,8] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:7553,8] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7556,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:7557,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7562,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:7563,7] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.9accda6c3519ab34e3b5.js:7418,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:7420,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7737,29] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7751,29] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:7685,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7785,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:7785,12] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:7786,3] [INFO] Dropping unused variable ReactDebugTool [vendor.9accda6c3519ab34e3b5.js:7786,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7924,33] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:7988,32] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:7811,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:8895,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:8896,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:8905,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:8906,3] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:8944,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:8945,7] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:8945,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:8953,15] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:8954,13] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:8963,15] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:8964,13] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:8973,15] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:8974,13] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:8983,15] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:8984,13] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:8993,15] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:8994,13] [INFO] Dropping unused variable parentNodeDebugID [vendor.9accda6c3519ab34e3b5.js:8945,11] [INFO] Side effects in initialization of unused variable ReactDOMComponentTree [vendor.9accda6c3519ab34e3b5.js:8798,5] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.9accda6c3519ab34e3b5.js:8799,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:9512,40] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:9513,16] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:9514,40] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:9499,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:9586,19] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:9603,22] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:9649,87] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:9651,36] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:9653,43] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:9655,42] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:9829,19] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10014,4] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:10014,4] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10027,75] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10030,34] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10031,102] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10033,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:10034,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10038,64] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10045,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:10048,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10142,24] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10144,12] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10227,35] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10269,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:10270,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10082,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:10083,3] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10358,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:10358,16] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:10359,7] [INFO] Dropping unused variable parentInfo [vendor.9accda6c3519ab34e3b5.js:10359,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10477,17] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:10479,15] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10536,13] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:10537,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10578,15] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:10579,13] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10717,15] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:10718,13] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10799,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:10800,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10807,13] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:10808,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10815,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:10816,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10819,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:10820,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10863,18] [INFO] Condition always true [vendor.9accda6c3519ab34e3b5.js:10863,10] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10874,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:10875,7] [INFO] Dropping unused function friendlyStringify [vendor.9accda6c3519ab34e3b5.js:9965,10] [INFO] Dropping unused function checkAndWarnForMutatedStyle [vendor.9accda6c3519ab34e3b5.js:9991,10] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.9accda6c3519ab34e3b5.js:9920,5] [INFO] Side effects in initialization of unused variable emptyFunction [vendor.9accda6c3519ab34e3b5.js:9924,5] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:9926,5] [INFO] Side effects in initialization of unused variable isEventSupported [vendor.9accda6c3519ab34e3b5.js:9927,5] [INFO] Side effects in initialization of unused variable shallowEqual [vendor.9accda6c3519ab34e3b5.js:9928,5] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.9accda6c3519ab34e3b5.js:9929,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:9930,5] [INFO] Dropping unused variable styleMutationWarning [vendor.9accda6c3519ab34e3b5.js:9989,5] [INFO] Dropping unused variable setAndValidateContentChildDev [vendor.9accda6c3519ab34e3b5.js:10081,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:10994,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:10996,3] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:10996,3] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:11100,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:11101,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:11120,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:11121,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:11133,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:11134,9] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.9accda6c3519ab34e3b5.js:10966,5] [INFO] Side effects in initialization of unused variable camelizeStyleName [vendor.9accda6c3519ab34e3b5.js:10968,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:10972,5] [INFO] Dropping unused variable badVendoredStyleNamePattern [vendor.9accda6c3519ab34e3b5.js:10996,7] [INFO] Dropping unused variable badStyleValueWithSemicolonPattern [vendor.9accda6c3519ab34e3b5.js:10999,7] [INFO] Dropping unused variable warnedStyleNames [vendor.9accda6c3519ab34e3b5.js:11001,7] [INFO] Dropping unused variable warnedStyleValues [vendor.9accda6c3519ab34e3b5.js:11002,7] [INFO] Dropping unused variable warnedForNaNValue [vendor.9accda6c3519ab34e3b5.js:11003,7] [INFO] Dropping unused variable warnHyphenatedStyleName [vendor.9accda6c3519ab34e3b5.js:11005,7] [INFO] Dropping unused variable warnBadVendoredStyleName [vendor.9accda6c3519ab34e3b5.js:11014,7] [INFO] Dropping unused variable warnStyleValueWithSemicolon [vendor.9accda6c3519ab34e3b5.js:11023,7] [INFO] Dropping unused variable warnStyleValueIsNaN [vendor.9accda6c3519ab34e3b5.js:11032,7] [INFO] Dropping unused variable checkRenderMessage [vendor.9accda6c3519ab34e3b5.js:11041,7] [INFO] Dropping unused variable warnValidStyle [vendor.9accda6c3519ab34e3b5.js:11056,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:11447,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:11450,7] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:11451,9] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:11456,9] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:11458,11] [INFO] Dropping unused variable owner [vendor.9accda6c3519ab34e3b5.js:11451,13] [INFO] Dropping unused variable ownerName [vendor.9accda6c3519ab34e3b5.js:11452,13] [INFO] Dropping unused variable warned [vendor.9accda6c3519ab34e3b5.js:11456,13] [INFO] Dropping unused variable warnings [vendor.9accda6c3519ab34e3b5.js:11458,15] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:11410,5] [INFO] Dropping unused variable styleWarnings [vendor.9accda6c3519ab34e3b5.js:11413,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:11629,4] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:11629,4] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:11743,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:11743,16] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:11744,7] [INFO] Dropping unused variable payload [vendor.9accda6c3519ab34e3b5.js:11744,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:11764,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:11764,16] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:11765,7] [INFO] Dropping unused variable payload [vendor.9accda6c3519ab34e3b5.js:11765,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:11783,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:11784,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:11818,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:11819,7] [INFO] Side effects in initialization of unused variable ReactDOMComponentTree [vendor.9accda6c3519ab34e3b5.js:11607,5] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.9accda6c3519ab34e3b5.js:11608,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:11611,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:12604,25] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:12425,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:12425,16] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:12428,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:12456,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:12457,7] [INFO] Dropping unused variable owner [vendor.9accda6c3519ab34e3b5.js:12428,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:12464,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:12464,16] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:12465,7] [INFO] Dropping unused variable controlled [vendor.9accda6c3519ab34e3b5.js:12465,11] [INFO] Dropping unused variable owner [vendor.9accda6c3519ab34e3b5.js:12466,11] [INFO] Dropping unused function isControlled [vendor.9accda6c3519ab34e3b5.js:12376,10] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:12359,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:12360,5] [INFO] Dropping unused variable didWarnValueLink [vendor.9accda6c3519ab34e3b5.js:12362,5] [INFO] Dropping unused variable didWarnCheckedLink [vendor.9accda6c3519ab34e3b5.js:12363,5] [INFO] Dropping unused variable didWarnValueDefaultValue [vendor.9accda6c3519ab34e3b5.js:12364,5] [INFO] Dropping unused variable didWarnCheckedDefaultChecked [vendor.9accda6c3519ab34e3b5.js:12365,5] [INFO] Dropping unused variable didWarnControlledToUncontrolled [vendor.9accda6c3519ab34e3b5.js:12366,5] [INFO] Dropping unused variable didWarnUncontrolledToControlled [vendor.9accda6c3519ab34e3b5.js:12367,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:12652,72] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:12656,65] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:12661,67] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:12707,10] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:12707,10] [INFO] Side effects in initialization of unused variable addendum [vendor.9accda6c3519ab34e3b5.js:12706,13] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:12638,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:12639,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:12815,8] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:12815,8] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:12828,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:12829,7] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:12799,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:12965,6] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:12965,6] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:12976,8] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:12976,8] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:12978,8] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:12978,8] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13044,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:13045,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13058,8] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:13058,8] [INFO] Dropping unused function getDeclarationErrorAddendum [vendor.9accda6c3519ab34e3b5.js:12944,10] [INFO] Dropping unused function checkSelectPropTypes [vendor.9accda6c3519ab34e3b5.js:12960,10] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:12926,5] [INFO] Dropping unused variable didWarnValueLink [vendor.9accda6c3519ab34e3b5.js:12928,5] [INFO] Dropping unused variable valuePropNames [vendor.9accda6c3519ab34e3b5.js:12954,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13161,49] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13179,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:13180,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13200,13] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:13201,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13203,36] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13205,38] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:13131,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:13132,5] [INFO] Dropping unused variable didWarnValueLink [vendor.9accda6c3519ab34e3b5.js:13134,5] [INFO] Dropping unused variable didWarnValDefaultVal [vendor.9accda6c3519ab34e3b5.js:13135,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13416,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:13416,12] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:13417,3] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13457,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:13457,18] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:13458,9] [INFO] Dropping unused variable selfDebugID [vendor.9accda6c3519ab34e3b5.js:13458,13] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13474,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:13476,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13510,15] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:13511,13] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13519,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:13520,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13538,20] [INFO] Condition always true [vendor.9accda6c3519ab34e3b5.js:13538,12] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13558,20] [INFO] Condition always true [vendor.9accda6c3519ab34e3b5.js:13558,12] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13634,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:13635,9] [INFO] Side effects in initialization of unused variable ReactInstanceMap [vendor.9accda6c3519ab34e3b5.js:13291,5] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.9accda6c3519ab34e3b5.js:13292,5] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.9accda6c3519ab34e3b5.js:13294,5] [INFO] Side effects in initialization of unused variable emptyFunction [vendor.9accda6c3519ab34e3b5.js:13298,5] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:13300,5] [INFO] Dropping unused variable setChildrenForInstrumentation [vendor.9accda6c3519ab34e3b5.js:13415,5] [INFO] Dropping unused variable getDebugID [vendor.9accda6c3519ab34e3b5.js:13417,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13765,21] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:13745,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13866,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:13867,5] [INFO] Boolean && always false [vendor.9accda6c3519ab34e3b5.js:13854,5] [INFO] Condition left of || always true [vendor.9accda6c3519ab34e3b5.js:13854,1] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:13900,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:13901,7] [INFO] Side effects in initialization of unused variable KeyEscapeUtils [vendor.9accda6c3519ab34e3b5.js:13847,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:13850,5] [INFO] Dropping unused variable ReactComponentTreeHook [vendor.9accda6c3519ab34e3b5.js:13852,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14061,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14062,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14067,16] [INFO] Condition always true [vendor.9accda6c3519ab34e3b5.js:14067,8] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14089,14] [INFO] Condition always true [vendor.9accda6c3519ab34e3b5.js:14089,6] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14092,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14093,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14102,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14103,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14108,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14109,5] [INFO] Side effects in initialization of unused variable getNextDebugID [vendor.9accda6c3519ab34e3b5.js:14010,5] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:14011,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:14012,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14172,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14173,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14147,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14148,3] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:14148,3] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14277,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14278,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14317,75] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14328,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14328,16] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:14335,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14353,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14357,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14370,76] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14384,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14385,9] [INFO] Dropping unused variable _this [vendor.9accda6c3519ab34e3b5.js:14294,9] [INFO] Dropping unused variable propsMutated [vendor.9accda6c3519ab34e3b5.js:14335,11] [INFO] Dropping unused variable componentName [vendor.9accda6c3519ab34e3b5.js:14336,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14399,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14399,16] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14415,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14416,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14426,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14427,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14463,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14464,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14468,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14469,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14495,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14496,7] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:14497,9] [INFO] Dropping unused variable childDebugIDs [vendor.9accda6c3519ab34e3b5.js:14497,13] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14529,13] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14530,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14604,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14604,16] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:14605,7] [INFO] Dropping unused variable Component [vendor.9accda6c3519ab34e3b5.js:14605,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14624,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14624,18] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14637,61] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14638,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14639,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14642,51] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14658,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14659,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14706,24] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14731,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14732,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14745,13] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14746,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14759,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14760,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14831,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14832,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14849,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14850,9] [INFO] Dropping unused variable _this2 [vendor.9accda6c3519ab34e3b5.js:14816,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14871,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14872,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14889,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14890,9] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:14891,11] [INFO] Dropping unused variable childDebugIDs [vendor.9accda6c3519ab34e3b5.js:14891,15] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14916,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14917,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14924,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14926,7] [INFO] Condition left of || always false [vendor.9accda6c3519ab34e3b5.js:14941,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14953,104] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14968,24] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:14970,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:14970,16] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:14971,7] [INFO] Dropping unused variable componentName [vendor.9accda6c3519ab34e3b5.js:14971,11] [INFO] Dropping unused function measureLifeCyclePerf [vendor.9accda6c3519ab34e3b5.js:14187,10] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.9accda6c3519ab34e3b5.js:14143,5] [INFO] Dropping unused variable checkReactTypeSpec [vendor.9accda6c3519ab34e3b5.js:14148,7] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:14152,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:14155,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:15063,14] [INFO] Condition always true [vendor.9accda6c3519ab34e3b5.js:15063,6] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:15046,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:15264,29] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:15239,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:15492,13] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:15492,20] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:15493,11] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:15495,13] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:15515,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:15520,9] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:15521,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:15528,16] [INFO] Condition always true [vendor.9accda6c3519ab34e3b5.js:15528,8] [INFO] Dropping unused variable mapsAsChildrenAddendum [vendor.9accda6c3519ab34e3b5.js:15493,15] [INFO] Dropping unused variable mapsAsChildrenOwnerName [vendor.9accda6c3519ab34e3b5.js:15495,17] [INFO] Dropping unused variable name [vendor.9accda6c3519ab34e3b5.js:15521,15] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.9accda6c3519ab34e3b5.js:15399,5] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:15403,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:15405,5] [INFO] Dropping unused variable didWarnAboutMaps [vendor.9accda6c3519ab34e3b5.js:15421,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:15797,4] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:15797,4] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:15804,14] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:15810,21] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:15811,110] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:15812,31] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:15819,39] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:15844,14] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:15651,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:15652,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:16011,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:16012,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:16036,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:16037,5] [INFO] Boolean && always false [vendor.9accda6c3519ab34e3b5.js:15991,5] [INFO] Condition left of || always true [vendor.9accda6c3519ab34e3b5.js:15991,1] [INFO] Side effects in initialization of unused variable KeyEscapeUtils [vendor.9accda6c3519ab34e3b5.js:15985,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:15987,5] [INFO] Dropping unused variable ReactComponentTreeHook [vendor.9accda6c3519ab34e3b5.js:15989,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:16079,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:16080,3] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.9accda6c3519ab34e3b5.js:16069,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:16167,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:16167,14] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:16168,5] [INFO] Dropping unused variable constructor [vendor.9accda6c3519ab34e3b5.js:16168,9] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:16164,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:16332,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:16332,16] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:16333,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:16342,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:16343,5] [INFO] Dropping unused variable ctor [vendor.9accda6c3519ab34e3b5.js:16333,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:16363,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:16363,16] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:16364,7] [INFO] Dropping unused variable owner [vendor.9accda6c3519ab34e3b5.js:16364,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:16484,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:16485,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:16509,55] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.9accda6c3519ab34e3b5.js:16304,5] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.9accda6c3519ab34e3b5.js:16306,5] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:16309,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:16310,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:16539,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:16539,12] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:16552,3] [INFO] Side effects in initialization of unused variable _assign [vendor.9accda6c3519ab34e3b5.js:16532,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:16535,5] [INFO] Dropping unused variable specialTags [vendor.9accda6c3519ab34e3b5.js:16552,7] [INFO] Dropping unused variable inScopeTags [vendor.9accda6c3519ab34e3b5.js:16555,7] [INFO] Dropping unused variable buttonScopeTags [vendor.9accda6c3519ab34e3b5.js:16563,7] [INFO] Dropping unused variable impliedEndTags [vendor.9accda6c3519ab34e3b5.js:16566,7] [INFO] Dropping unused variable emptyAncestorInfo [vendor.9accda6c3519ab34e3b5.js:16568,7] [INFO] Dropping unused variable updatedAncestorInfo [vendor.9accda6c3519ab34e3b5.js:16581,7] [INFO] Dropping unused variable isTagValidWithParent [vendor.9accda6c3519ab34e3b5.js:16631,7] [INFO] Dropping unused variable findInvalidAncestorForTag [vendor.9accda6c3519ab34e3b5.js:16720,7] [INFO] Dropping unused variable findOwnerStack [vendor.9accda6c3519ab34e3b5.js:16793,7] [INFO] Dropping unused variable didWarn [vendor.9accda6c3519ab34e3b5.js:16806,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:16991,30] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:16992,30] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:17031,30] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:17032,30] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:17047,29] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:16984,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:17174,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:17174,16] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:17175,7] [INFO] Dropping unused variable parentInfo [vendor.9accda6c3519ab34e3b5.js:17175,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:17251,28] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:17130,5] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.9accda6c3519ab34e3b5.js:17131,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:17579,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:17580,9] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:17768,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:17769,3] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.9accda6c3519ab34e3b5.js:17696,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:19117,26] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:18954,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:19856,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:19857,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:19860,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:19861,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:19948,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:19949,3] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20025,6] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:20025,6] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20027,37] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20058,76] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20064,43] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20068,6] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:20068,6] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20101,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:20104,7] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:20105,9] [INFO] Dropping unused variable rootElementSibling [vendor.9accda6c3519ab34e3b5.js:20105,13] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20154,6] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:20154,6] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20156,37] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20158,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:20159,7] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20171,11] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:20172,9] [INFO] Side effects in initialization of unused variable containerHasNonRootReactChild [vendor.9accda6c3519ab34e3b5.js:20166,11] [INFO] Side effects in initialization of unused variable isContainerReactRoot [vendor.9accda6c3519ab34e3b5.js:20169,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20183,37] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20198,13] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:20198,20] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:20203,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20220,52] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20222,13] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:20223,11] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20228,48] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20240,9] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:20240,16] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:20241,7] [INFO] Dropping unused variable normalizer [vendor.9accda6c3519ab34e3b5.js:20203,15] [INFO] Dropping unused variable hostNode [vendor.9accda6c3519ab34e3b5.js:20241,11] [INFO] Dropping unused function nodeIsRenderedByOtherInstance [vendor.9accda6c3519ab34e3b5.js:19900,10] [INFO] Dropping unused function isReactNode [vendor.9accda6c3519ab34e3b5.js:19923,10] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.9accda6c3519ab34e3b5.js:19735,5] [INFO] Side effects in initialization of unused variable ReactInstrumentation [vendor.9accda6c3519ab34e3b5.js:19741,5] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:19749,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:19752,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20284,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:20285,5] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.9accda6c3519ab34e3b5.js:20271,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20470,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:20470,14] [INFO] Declarations in unreachable code! [vendor.9accda6c3519ab34e3b5.js:20471,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20491,14] [INFO] Condition always true [vendor.9accda6c3519ab34e3b5.js:20491,6] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:20493,14] [INFO] Condition always true [vendor.9accda6c3519ab34e3b5.js:20493,6] [INFO] Dropping unused variable owner [vendor.9accda6c3519ab34e3b5.js:20471,9] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.9accda6c3519ab34e3b5.js:20453,5] [INFO] Side effects in initialization of unused variable invariant [vendor.9accda6c3519ab34e3b5.js:20458,5] [INFO] Side effects in initialization of unused variable warning [vendor.9accda6c3519ab34e3b5.js:20459,5] [INFO] Condition always true [vendor.9accda6c3519ab34e3b5.js:20567,6] [INFO] Condition always true [vendor.9accda6c3519ab34e3b5.js:24912,5] [INFO] Condition always true [vendor.9accda6c3519ab34e3b5.js:27230,13] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:27236,3] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:27291,31] [INFO] Side effects in initialization of unused variable bsClass [vendor.9accda6c3519ab34e3b5.js:27295,5] [INFO] Side effects in initialization of unused variable bsSizes [vendor.9accda6c3519ab34e3b5.js:27337,5] [INFO] Side effects in initialization of unused variable _curry [vendor.9accda6c3519ab34e3b5.js:27457,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:27534,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:27535,5] [INFO] Side effects in initialization of unused variable Size [vendor.9accda6c3519ab34e3b5.js:27571,5] [INFO] Side effects in initialization of unused variable SIZE_MAP [vendor.9accda6c3519ab34e3b5.js:27577,5] [INFO] Side effects in initialization of unused variable DEVICE_SIZES [vendor.9accda6c3519ab34e3b5.js:27588,5] [INFO] Side effects in initialization of unused variable State [vendor.9accda6c3519ab34e3b5.js:27590,5] [INFO] Side effects in initialization of unused variable Style [vendor.9accda6c3519ab34e3b5.js:27597,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:29883,8] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:29883,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.9accda6c3519ab34e3b5.js:29819,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:29945,5] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:29946,3] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:30217,6] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:30217,6] [INFO] Side effects in initialization of unused variable _warning2 [vendor.9accda6c3519ab34e3b5.js:30172,5] [INFO] Condition always true [vendor.9accda6c3519ab34e3b5.js:30924,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:30926,10] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:31808,8] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:31808,8] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:31835,8] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:31835,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.9accda6c3519ab34e3b5.js:31565,5] [INFO] Side effects in initialization of unused variable _ownerDocument2 [vendor.9accda6c3519ab34e3b5.js:31938,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:32421,7] [INFO] Dropping unreachable code [vendor.9accda6c3519ab34e3b5.js:32422,5] [INFO] Dropping unused function readOnlyPropType [vendor.9accda6c3519ab34e3b5.js:32408,10] [INFO] Side effects in initialization of unused variable _invariant2 [vendor.9accda6c3519ab34e3b5.js:32404,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:33840,6] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:33840,6] [INFO] Side effects in initialization of unused variable _warning2 [vendor.9accda6c3519ab34e3b5.js:33773,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:38669,8] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:38669,8] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:38705,8] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:38705,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.9accda6c3519ab34e3b5.js:38457,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:41043,8] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:41043,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.9accda6c3519ab34e3b5.js:40759,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:41348,4] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:41348,4] [INFO] Side effects in initialization of unused variable _warning2 [vendor.9accda6c3519ab34e3b5.js:41325,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:42656,8] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:42656,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.9accda6c3519ab34e3b5.js:42592,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:42782,6] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:42782,6] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:42783,6] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:42783,6] [INFO] Side effects in initialization of unused variable _warning2 [vendor.9accda6c3519ab34e3b5.js:42732,5] [INFO] Condition always false [vendor.9accda6c3519ab34e3b5.js:43799,8] [INFO] Dropping side-effect-free statement [vendor.9accda6c3519ab34e3b5.js:43799,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.9accda6c3519ab34e3b5.js:43573,5] [INFO] Condition always true [vendor.9accda6c3519ab34e3b5.js:45463,5] [INFO] [20:29:06] Finished 'webpack-prod' after 1.23 min [INFO] [20:29:06] Starting 'transpile'... [INFO] [20:29:12] Finished 'transpile' after 6.13 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 (master)\target\classes [WARNING] /C:/apps/jenkins/workspace/eTBM 3 (master)/src/main/java/org/msh/etbm/services/cases/tag/TagsReportService.java: Some input files use unchecked or unsafe operations. [WARNING] /C:/apps/jenkins/workspace/eTBM 3 (master)/src/main/java/org/msh/etbm/services/cases/tag/TagsReportService.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 (master)\target\test-classes [WARNING] /C:/apps/jenkins/workspace/eTBM 3 (master)/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 (master)/src/test/java/org/msh/etbm/test/AuthenticatedTest.java: Recompile with -Xlint:deprecation for details. [WARNING] /C:/apps/jenkins/workspace/eTBM 3 (master)/src/test/java/org/msh/etbm/test/services/admin/UserViewOptionsTest.java: Some input files use unchecked or unsafe operations. [WARNING] /C:/apps/jenkins/workspace/eTBM 3 (master)/src/test/java/org/msh/etbm/test/services/admin/UserViewOptionsTest.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 (master)\target\surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- 20:29:23.293 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest] 20:29:23.308 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.324 [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:29:23.324 [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:29:23.355 [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:29:23.355 [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:29:23.355 [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:29:23.355 [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:29:23.418 [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:29:23.418 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest]: using defaults. 20:29:23.418 [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:29:23.433 [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:29:23.449 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.dbcache.DbCacheConcurrencyTest] 20:29:23.449 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.449 [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:29:23.449 [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:29:23.449 [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:29:23.449 [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:29:23.449 [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:29:23.449 [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:29:23.449 [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:29:23.449 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.dbcache.DbCacheConcurrencyTest]: using defaults. 20:29:23.465 [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:29:23.465 [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:29:23.465 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.DozerTest] 20:29:23.465 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.465 [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:29:23.465 [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:29:23.465 [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:29:23.465 [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:29:23.465 [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:29:23.465 [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:29:23.480 [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:29:23.480 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.DozerTest]: using defaults. 20:29:23.480 [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:29:23.480 [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:29:23.480 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.entities.EntityDAOTest] 20:29:23.480 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.480 [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:29:23.480 [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:29:23.496 [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:29:23.496 [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:29:23.496 [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:29:23.496 [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:29:23.496 [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:29:23.496 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.entities.EntityDAOTest]: using defaults. 20:29:23.496 [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:29:23.496 [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:29:23.496 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.forms.FormRequestServiceTest] 20:29:23.496 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.496 [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:29:23.496 [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:29:23.496 [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:29:23.496 [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:29:23.496 [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:29:23.496 [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:29:23.511 [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:29:23.511 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.forms.FormRequestServiceTest]: using defaults. 20:29:23.511 [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:29:23.511 [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:29:23.511 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.forms.JavaScriptFormGenTest] 20:29:23.511 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.511 [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:29:23.511 [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:29:23.511 [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:29:23.511 [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:29:23.511 [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:29:23.511 [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:29:23.527 [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:29:23.527 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.forms.JavaScriptFormGenTest]: using defaults. 20:29:23.527 [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:29:23.527 [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:29:23.527 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.model.ModelDAOTest] 20:29:23.527 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.527 [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:29:23.527 [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:29:23.527 [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:29:23.527 [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:29:23.527 [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:29:23.527 [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:29:23.543 [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:29:23.543 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.model.ModelDAOTest]: using defaults. 20:29:23.543 [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:29:23.543 [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:29:23.543 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.model.SQLQueryLoaderTest] 20:29:23.543 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.543 [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:29:23.543 [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:29:23.543 [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:29:23.543 [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:29:23.543 [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:29:23.543 [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:29:23.543 [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:29:23.543 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.model.SQLQueryLoaderTest]: using defaults. 20:29:23.558 [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:29:23.558 [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:29:23.558 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.LocaleRequestInterceptorTest] 20:29:23.558 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.558 [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:29:23.558 [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:29:23.558 [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:29:23.558 [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:29:23.558 [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:29:23.558 [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:29:23.574 [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:29:23.574 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.LocaleRequestInterceptorTest]: using defaults. 20:29:23.574 [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:29:23.574 [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:29:23.574 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.MessageTest] 20:29:23.574 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.574 [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:29:23.574 [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:29:23.574 [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:29:23.574 [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:29:23.574 [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:29:23.574 [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:29:23.574 [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:29:23.574 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.MessageTest]: using defaults. 20:29:23.574 [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:29:23.574 [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:29:23.590 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.CountryStructureTest] 20:29:23.590 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.590 [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:29:23.590 [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:29:23.590 [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:29:23.590 [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:29:23.590 [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:29:23.590 [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:29:23.590 [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:29:23.590 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.CountryStructureTest]: using defaults. 20:29:23.590 [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:29:23.590 [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:29:23.605 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.LogMessagesTest] 20:29:23.605 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.605 [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:29:23.605 [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:29:23.605 [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:29:23.605 [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:29:23.605 [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:29:23.605 [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:29:23.605 [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:29:23.605 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.LogMessagesTest]: using defaults. 20:29:23.605 [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:29:23.605 [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:29:23.605 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.MedicineTest] 20:29:23.605 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.605 [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:29:23.605 [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:29:23.605 [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:29:23.605 [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:29:23.605 [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:29:23.605 [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:29:23.621 [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:29:23.621 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.MedicineTest]: using defaults. 20:29:23.621 [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:29:23.621 [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:29:23.621 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.PermissionTreeOptionsTest] 20:29:23.621 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.621 [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:29:23.621 [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:29:23.621 [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:29:23.621 [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:29:23.621 [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:29:23.621 [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:29:23.621 [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:29:23.621 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.PermissionTreeOptionsTest]: using defaults. 20:29:23.636 [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:29:23.636 [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:29:23.636 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.SourceTest] 20:29:23.636 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.636 [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:29:23.636 [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:29:23.636 [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:29:23.636 [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:29:23.636 [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:29:23.636 [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:29:23.636 [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:29:23.636 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.SourceTest]: using defaults. 20:29:23.636 [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:29:23.636 [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:29:23.636 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.SubstanceTest] 20:29:23.636 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.636 [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:29:23.636 [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:29:23.652 [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:29:23.652 [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:29:23.652 [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:29:23.652 [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:29:23.652 [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:29:23.652 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.SubstanceTest]: using defaults. 20:29:23.652 [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:29:23.652 [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:29:23.668 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.SysConfigTest] 20:29:23.668 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.668 [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:29:23.668 [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:29:23.668 [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:29:23.668 [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:29:23.668 [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:29:23.668 [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:29:23.668 [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:29:23.668 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.SysConfigTest]: using defaults. 20:29:23.668 [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:29:23.668 [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:29:23.668 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.TagTest] 20:29:23.668 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.668 [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:29:23.668 [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:29:23.668 [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:29:23.668 [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:29:23.668 [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:29:23.668 [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:29:23.683 [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:29:23.683 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.TagTest]: using defaults. 20:29:23.683 [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:29:23.683 [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:29:23.683 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.UserViewOptionsTest] 20:29:23.683 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.683 [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:29:23.683 [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:29:23.683 [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:29:23.683 [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:29:23.683 [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:29:23.683 [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:29:23.683 [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:29:23.683 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.UserViewOptionsTest]: using defaults. 20:29:23.699 [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:29:23.699 [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:29:23.699 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.UserWsTest] 20:29:23.699 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.699 [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:29:23.699 [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:29:23.699 [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:29:23.699 [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:29:23.699 [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:29:23.699 [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:29:23.715 [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:29:23.715 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.UserWsTest]: using defaults. 20:29:23.715 [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:29:23.715 [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:29:23.715 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.cases.CaseFiltersTest] 20:29:23.715 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.715 [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:29:23.715 [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:29:23.715 [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:29:23.715 [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:29:23.715 [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:29:23.715 [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:29:23.715 [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:29:23.715 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.cases.CaseFiltersTest]: using defaults. 20:29:23.715 [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:29:23.715 [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:29:23.715 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.cases.CaseSearchTest] 20:29:23.715 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.715 [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:29:23.715 [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:29:23.715 [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:29:23.715 [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:29:23.715 [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:29:23.715 [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:29:23.730 [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:29:23.730 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.cases.CaseSearchTest]: using defaults. 20:29:23.730 [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:29:23.730 [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:29:23.730 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.pub.ForgotPwdTest] 20:29:23.730 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.730 [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:29:23.730 [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:29:23.730 [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:29:23.730 [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:29:23.730 [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:29:23.730 [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:29:23.746 [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:29:23.746 [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:29:23.761 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence 20:29:23.761 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence 20:29:23.761 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] 20:29:23.777 [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(master)/target/test-classes/org/msh/etbm/test/services/pub/]] 20:29:23.777 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\apps\jenkins\workspace\eTBM 3 (master)\target\test-classes\org\msh\etbm\test\services\pub] 20:29:23.777 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\apps\jenkins\workspace\eTBM 3 (master)\target\test-classes\org\msh\etbm\test\services\pub] for files matching pattern [C:/apps/jenkins/workspace/eTBM 3 (master)/target/test-classes/org/msh/etbm/test/services/pub/*.class] 20:29:23.777 [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 (master)\target\test-classes\org\msh\etbm\test\services\pub\ForgotPwdTest.class], file [C:\apps\jenkins\workspace\eTBM 3 (master)\target\test-classes\org\msh\etbm\test\services\pub\SelfRegistrationTest.class]] 20:29:23.793 [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(master)/target/test-classes/org/msh/etbm/test/services/]] 20:29:23.793 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\apps\jenkins\workspace\eTBM 3 (master)\target\test-classes\org\msh\etbm\test\services] 20:29:23.793 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\apps\jenkins\workspace\eTBM 3 (master)\target\test-classes\org\msh\etbm\test\services] for files matching pattern [C:/apps/jenkins/workspace/eTBM 3 (master)/target/test-classes/org/msh/etbm/test/services/*.class] 20:29:23.808 [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 (master)\target\test-classes\org\msh\etbm\test\services\CommonEntityServiceTests.class], file [C:\apps\jenkins\workspace\eTBM 3 (master)\target\test-classes\org\msh\etbm\test\services\TestResult.class], file [C:\apps\jenkins\workspace\eTBM 3 (master)\target\test-classes\org\msh\etbm\test\services\UserSettingsTest.class]] 20:29:23.824 [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(master)/target/test-classes/org/msh/etbm/test/], URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/org/msh/etbm/test/]] 20:29:23.824 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\apps\jenkins\workspace\eTBM 3 (master)\target\test-classes\org\msh\etbm\test] 20:29:23.824 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\apps\jenkins\workspace\eTBM 3 (master)\target\test-classes\org\msh\etbm\test] for files matching pattern [C:/apps/jenkins/workspace/eTBM 3 (master)/target/test-classes/org/msh/etbm/test/*.class] 20:29:23.824 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\apps\jenkins\workspace\eTBM 3 (master)\target\classes\org\msh\etbm\test] 20:29:23.824 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\apps\jenkins\workspace\eTBM 3 (master)\target\classes\org\msh\etbm\test] for files matching pattern [C:/apps/jenkins/workspace/eTBM 3 (master)/target/classes/org/msh/etbm/test/*.class] 20:29:23.824 [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 (master)\target\test-classes\org\msh\etbm\test\AuthenticatedTest.class], file [C:\apps\jenkins\workspace\eTBM 3 (master)\target\test-classes\org\msh\etbm\test\DataTestSupport.class], file [C:\apps\jenkins\workspace\eTBM 3 (master)\target\test-classes\org\msh\etbm\test\LocaleRequestInterceptorTest.class], file [C:\apps\jenkins\workspace\eTBM 3 (master)\target\test-classes\org\msh\etbm\test\MessageTest.class], file [C:\apps\jenkins\workspace\eTBM 3 (master)\target\test-classes\org\msh\etbm\test\TestSetup.class], file [C:\apps\jenkins\workspace\eTBM 3 (master)\target\classes\org\msh\etbm\test\DataEntity.class], file [C:\apps\jenkins\workspace\eTBM 3 (master)\target\classes\org\msh\etbm\test\DataRequest.class], file [C:\apps\jenkins\workspace\eTBM 3 (master)\target\classes\org\msh\etbm\test\DozerOptionalConverter.class], file [C:\apps\jenkins\workspace\eTBM 3 (master)\target\classes\org\msh\etbm\test\TestRest.class]] 20:29:23.871 [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(master)/target/test-classes/org/msh/etbm/], URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/org/msh/etbm/]] 20:29:23.871 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\apps\jenkins\workspace\eTBM 3 (master)\target\test-classes\org\msh\etbm] 20:29:23.871 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\apps\jenkins\workspace\eTBM 3 (master)\target\test-classes\org\msh\etbm] for files matching pattern [C:/apps/jenkins/workspace/eTBM 3 (master)/target/test-classes/org/msh/etbm/*.class] 20:29:23.871 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\apps\jenkins\workspace\eTBM 3 (master)\target\classes\org\msh\etbm] 20:29:23.871 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\apps\jenkins\workspace\eTBM 3 (master)\target\classes\org\msh\etbm] for files matching pattern [C:/apps/jenkins/workspace/eTBM 3 (master)/target/classes/org/msh/etbm/*.class] 20:29:23.871 [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 (master)\target\classes\org\msh\etbm\Application.class], file [C:\apps\jenkins\workspace\eTBM 3 (master)\target\classes\org\msh\etbm\CacheConfiguration.class]] 20:29:23.902 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [C:\apps\jenkins\workspace\eTBM 3 (master)\target\classes\org\msh\etbm\Application.class] 20:29:23.918 [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:29:23.918 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.pub.ForgotPwdTest]: using defaults. 20:29:23.918 [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:29:23.918 [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:29:23.918 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.UserSettingsTest] 20:29:23.918 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.918 [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:29:23.918 [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:29:23.933 [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:29:23.933 [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:29:23.933 [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:29:23.933 [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:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.UserSettingsTest]: using defaults. 20:29:23.933 [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:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.dbcache.DbCacheConcurrencyTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.DozerTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.entities.EntityDAOTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.forms.FormRequestServiceTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.forms.JavaScriptFormGenTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.model.ModelDAOTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.model.SQLQueryLoaderTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.LocaleRequestInterceptorTest] 20:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.LocaleRequestInterceptorTest] 20:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.MessageTest] 20:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.MessageTest] 20:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.CountryStructureTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.LogMessagesTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.MedicineTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.PermissionTreeOptionsTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.SourceTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.SubstanceTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.SysConfigTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.TagTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.UserViewOptionsTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.UserWsTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.cases.CaseFiltersTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.cases.CaseSearchTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.pub.ForgotPwdTest] 20:29:23.933 [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:29:23.933 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.UserSettingsTest] 20:29:23.933 [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:29:23.949 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest] 20:29:23.949 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 20:29:23.949 [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:29:23.949 [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:29:23.949 [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:29:23.949 [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:29:23.949 [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:29:23.949 [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:29:23.949 [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:29:23.949 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest]: using defaults. 20:29:23.949 [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:29:23.949 [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:29:23.949 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest] 20:29:23.949 [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:29:23.949 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest] 20:29:23.949 [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:29:23.949 [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:29:23.949 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest] 20:29:23.949 [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:29:24.027 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence 20:29:24.027 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence 20:29:24.027 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] 20:29:24.027 [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:29:24.980 INFO 77804 --- [ main] o.m.e.t.c.c.CmdTypesFormRequestTest : Starting CmdTypesFormRequestTest on DC-CPM-APP02 with PID 77804 (started by jenkins in C:\apps\jenkins\workspace\eTBM 3 (master)\target\test) 2017-02-22 20:29:24.980 INFO 77804 --- [ main] o.m.e.t.c.c.CmdTypesFormRequestTest : No active profile set, falling back to default profiles: default 2017-02-22 20:29:25.043 INFO 77804 --- [ main] o.s.w.c.s.GenericWebApplicationContext : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2687f956: startup date [Wed Feb 22 20:29:25 EST 2017]; root of context hierarchy 2017-02-22 20:29:30.136 INFO 77804 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2017-02-22 20:29:30.355 INFO 77804 --- [ 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:29:30.605 INFO 77804 --- [ 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:29:32.121 INFO 77804 --- [ main] liquibase : Successfully acquired change log lock 2017-02-22 20:29:32.121 INFO 77804 --- [ main] liquibase : Dropping Database Objects in schema: etbm3_test.etbm3_test 2017-02-22 20:29:33.652 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.652 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.668 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.683 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.699 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.715 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.715 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.730 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.746 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.762 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.762 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.777 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.793 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.808 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.808 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.824 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.840 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.840 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.855 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.855 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.871 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.871 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.887 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.902 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.918 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.918 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.933 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.949 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.949 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.949 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.965 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.980 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:33.996 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.012 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.027 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.027 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.043 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.043 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.058 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.058 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.074 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.090 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.105 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.105 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.122 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.137 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.137 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.137 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.152 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.168 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.183 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.199 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.199 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.215 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.215 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.230 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.230 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.246 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.262 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.277 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.293 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.293 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.308 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.308 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.324 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.340 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.355 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.355 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.371 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.371 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.387 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.402 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.402 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.433 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.433 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:29:34.512 INFO 77804 --- [ main] liquibase : Successfully acquired change log lock 2017-02-22 20:29:34.793 INFO 77804 --- [ main] liquibase : Creating database history table with name: etbm3_test.DATABASECHANGELOG 2017-02-22 20:29:34.855 INFO 77804 --- [ main] liquibase : Reading from etbm3_test.DATABASECHANGELOG 2017-02-22 20:29:35.074 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-1::rmemoria: Table administrativeunit created 2017-02-22 20:29:35.074 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:35.105 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-2::rmemoria: Table agerange created 2017-02-22 20:29:35.105 INFO 77804 --- [ 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:29:35.121 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-3::rmemoria: Table batch created 2017-02-22 20:29:35.121 INFO 77804 --- [ 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:29:35.152 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-4::rmemoria: Table batchdispensing created 2017-02-22 20:29:35.152 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:35.168 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-5::rmemoria: Table batchmovement created 2017-02-22 20:29:35.168 INFO 77804 --- [ 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:29:35.199 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-7::rmemoria: Table casecomment created 2017-02-22 20:29:35.199 INFO 77804 --- [ 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:29:35.215 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-9::rmemoria: Table caseresistancepattern created 2017-02-22 20:29:35.215 INFO 77804 --- [ 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:29:35.246 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-10::rmemoria: Table casesideeffect created 2017-02-22 20:29:35.246 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:35.262 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-11::rmemoria: Table countrystructure created 2017-02-22 20:29:35.262 INFO 77804 --- [ 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:29:35.293 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-12::rmemoria: Table errorlog created 2017-02-22 20:29:35.293 INFO 77804 --- [ 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:29:35.308 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-13::rmemoria: Table examculture created 2017-02-22 20:29:35.308 INFO 77804 --- [ 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:29:35.340 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-14::rmemoria: Table examdst created 2017-02-22 20:29:35.340 INFO 77804 --- [ 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:29:35.371 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-16::rmemoria: Table examhiv created 2017-02-22 20:29:35.371 INFO 77804 --- [ 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:29:35.402 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-17::rmemoria: Table exammicroscopy created 2017-02-22 20:29:35.402 INFO 77804 --- [ 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 15ms 2017-02-22 20:29:35.480 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-18::rmemoria: Table examrequest created 2017-02-22 20:29:35.480 INFO 77804 --- [ 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 62ms 2017-02-22 20:29:35.496 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-19::rmemoria: Table examxpert created 2017-02-22 20:29:35.496 INFO 77804 --- [ 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:29:35.512 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-20::rmemoria: Table examxray created 2017-02-22 20:29:35.512 INFO 77804 --- [ 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:29:35.543 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-23::rmemoria: Table issue created 2017-02-22 20:29:35.543 INFO 77804 --- [ 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:29:35.558 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-24::rmemoria: Table issuefollowup created 2017-02-22 20:29:35.558 INFO 77804 --- [ 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:29:35.574 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-27::rmemoria: Table medicalexamination created 2017-02-22 20:29:35.574 INFO 77804 --- [ 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:29:35.605 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-28::rmemoria: Table product created 2017-02-22 20:29:35.605 INFO 77804 --- [ 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:29:35.621 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-29::rmemoria: Table medicine_substances created 2017-02-22 20:29:35.621 INFO 77804 --- [ 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:29:35.637 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-30::rmemoria: Table medicinedispensing created 2017-02-22 20:29:35.637 INFO 77804 --- [ 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:29:35.668 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-31::rmemoria: Table medicinedispensingbatch created 2017-02-22 20:29:35.668 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:35.683 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-32::rmemoria: Table medicinedispensingcase created 2017-02-22 20:29:35.683 INFO 77804 --- [ 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:29:35.715 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-33::rmemoria: Table medicinedispensingitem created 2017-02-22 20:29:35.715 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:35.730 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-34::rmemoria: Table productorder created 2017-02-22 20:29:35.730 INFO 77804 --- [ 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:29:35.746 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-35::rmemoria: Table productreceiving created 2017-02-22 20:29:35.746 INFO 77804 --- [ 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:29:35.762 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-36::rmemoria: Table medicinereceivingitem created 2017-02-22 20:29:35.762 INFO 77804 --- [ 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 16ms 2017-02-22 20:29:35.793 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-37::rmemoria: Table medicineregimen created 2017-02-22 20:29:35.793 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:35.808 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-38::rmemoria: Table movement created 2017-02-22 20:29:35.808 INFO 77804 --- [ 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:29:35.840 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-39::rmemoria: Table movements_dispensing created 2017-02-22 20:29:35.840 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:35.855 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-40::rmemoria: Table movements_receiving created 2017-02-22 20:29:35.855 INFO 77804 --- [ 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 15ms 2017-02-22 20:29:35.871 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-41::rmemoria: Table orderbatch created 2017-02-22 20:29:35.871 INFO 77804 --- [ 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:29:35.887 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-42::rmemoria: Table ordercase created 2017-02-22 20:29:35.887 INFO 77804 --- [ 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:29:35.918 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-43::rmemoria: Table ordercomment created 2017-02-22 20:29:35.918 INFO 77804 --- [ 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 16ms 2017-02-22 20:29:35.933 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-44::rmemoria: Table orderitem created 2017-02-22 20:29:35.933 INFO 77804 --- [ 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 15ms 2017-02-22 20:29:35.965 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-45::rmemoria: Table patient created 2017-02-22 20:29:35.965 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:35.980 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-46::rmemoria: Table prescribedmedicine created 2017-02-22 20:29:35.980 INFO 77804 --- [ 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:29:35.996 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-47::rmemoria: Table prevtbtreatment created 2017-02-22 20:29:35.996 INFO 77804 --- [ 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:29:36.027 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-48::rmemoria: Table regimen created 2017-02-22 20:29:36.027 INFO 77804 --- [ 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:29:36.043 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-49::rmemoria: Table report created 2017-02-22 20:29:36.043 INFO 77804 --- [ 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:29:36.058 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-51::rmemoria: Table resistancepattern created 2017-02-22 20:29:36.058 INFO 77804 --- [ 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 15ms 2017-02-22 20:29:36.074 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-52::rmemoria: Table sequenceinfo created 2017-02-22 20:29:36.074 INFO 77804 --- [ 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:29:36.105 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-53::rmemoria: Table source created 2017-02-22 20:29:36.105 INFO 77804 --- [ 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 15ms 2017-02-22 20:29:36.137 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-55::rmemoria: Table substance created 2017-02-22 20:29:36.137 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:36.152 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-56::rmemoria: Table substances_resistpattern created 2017-02-22 20:29:36.152 INFO 77804 --- [ 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:29:36.168 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-57::rmemoria: Table sys_user created 2017-02-22 20:29:36.168 INFO 77804 --- [ 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:29:36.199 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-58::rmemoria: Table systemconfig created 2017-02-22 20:29:36.199 INFO 77804 --- [ 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:29:36.215 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-59::rmemoria: Table tag created 2017-02-22 20:29:36.215 INFO 77804 --- [ 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:29:36.230 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-60::rmemoria: Table tags_case created 2017-02-22 20:29:36.230 INFO 77804 --- [ 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:29:36.262 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-61::rmemoria: Table tbcase created 2017-02-22 20:29:36.262 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:36.277 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-62::rmemoria: Table casecontact created 2017-02-22 20:29:36.277 INFO 77804 --- [ 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:29:36.324 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-63::rmemoria: Table unit created 2017-02-22 20:29:36.324 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:36.355 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-65::rmemoria: Table transfer created 2017-02-22 20:29:36.355 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:36.418 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-66::rmemoria: Table transferbatch created 2017-02-22 20:29:36.418 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:36.465 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-67::rmemoria: Table transferitem created 2017-02-22 20:29:36.465 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:36.512 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-68::rmemoria: Table treatmenthealthunit created 2017-02-22 20:29:36.512 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:36.543 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-69::rmemoria: Table treatmentmonitoring created 2017-02-22 20:29:36.543 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:36.574 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-70::rmemoria: Table userlog created 2017-02-22 20:29:36.574 INFO 77804 --- [ 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:29:36.605 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-71::rmemoria: Table userlogin created 2017-02-22 20:29:36.605 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:36.621 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-72::rmemoria: Table userpermission created 2017-02-22 20:29:36.621 INFO 77804 --- [ 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 16ms 2017-02-22 20:29:36.637 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-73::rmemoria: Table userprofile created 2017-02-22 20:29:36.637 INFO 77804 --- [ 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:29:36.652 INFO 77804 --- [ 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:29:36.652 INFO 77804 --- [ 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:29:36.683 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-75::rmemoria: Table userworkspace created 2017-02-22 20:29:36.683 INFO 77804 --- [ 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 15ms 2017-02-22 20:29:36.699 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-76::rmemoria: Table workspace created 2017-02-22 20:29:36.699 INFO 77804 --- [ 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:29:36.715 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-77::rmemoria: Table workspacelog created 2017-02-22 20:29:36.715 INFO 77804 --- [ 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:29:36.730 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-78::rmemoria: Table workspaceview created 2017-02-22 20:29:36.730 INFO 77804 --- [ 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:29:36.762 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-1::rmemoria: Table commandhistory created 2017-02-22 20:29:36.762 INFO 77804 --- [ 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:29:36.777 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-1::rmemoria: Table searchable created 2017-02-22 20:29:36.777 INFO 77804 --- [ 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 15ms 2017-02-22 20:29:36.808 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-1::msantos: Table casecomorbidities created 2017-02-22 20:29:36.808 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:36.840 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::modeldata-1::rmemoria: Table modeldata created 2017-02-22 20:29:36.840 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:36.855 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-1::rmemoria: Table cacheddata created 2017-02-22 20:29:36.855 INFO 77804 --- [ 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:29:36.887 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-1::rmemoria: Table formdata created 2017-02-22 20:29:36.887 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:36.918 INFO 77804 --- [ 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:29:36.918 INFO 77804 --- [ 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 16ms 2017-02-22 20:29:36.965 INFO 77804 --- [ 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:29:36.965 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:36.996 INFO 77804 --- [ 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:29:36.996 INFO 77804 --- [ 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:29:37.043 INFO 77804 --- [ 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:29:37.043 INFO 77804 --- [ 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:29:37.074 INFO 77804 --- [ 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:29:37.074 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:37.121 INFO 77804 --- [ 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:29:37.121 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:37.152 INFO 77804 --- [ 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:29:37.152 INFO 77804 --- [ 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:29:37.183 INFO 77804 --- [ 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:29:37.183 INFO 77804 --- [ 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:29:37.215 INFO 77804 --- [ 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:29:37.215 INFO 77804 --- [ 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:29:37.246 INFO 77804 --- [ 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:29:37.246 INFO 77804 --- [ 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:29:37.277 INFO 77804 --- [ 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:29:37.277 INFO 77804 --- [ 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:29:37.308 INFO 77804 --- [ 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:29:37.308 INFO 77804 --- [ 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:29:37.355 INFO 77804 --- [ 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:29:37.355 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:37.387 INFO 77804 --- [ 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:29:37.387 INFO 77804 --- [ 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:29:37.433 INFO 77804 --- [ 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:29:37.433 INFO 77804 --- [ 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 46ms 2017-02-22 20:29:37.465 INFO 77804 --- [ 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:29:37.465 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:37.496 INFO 77804 --- [ 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:29:37.496 INFO 77804 --- [ 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:29:37.527 INFO 77804 --- [ 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:29:37.527 INFO 77804 --- [ 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:29:37.574 INFO 77804 --- [ 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:29:37.574 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:37.621 INFO 77804 --- [ 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:29:37.621 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:37.652 INFO 77804 --- [ 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:29:37.652 INFO 77804 --- [ 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:29:37.699 INFO 77804 --- [ 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:29:37.699 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:37.746 INFO 77804 --- [ 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:29:37.746 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:37.777 INFO 77804 --- [ 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:29:37.777 INFO 77804 --- [ 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:29:37.824 INFO 77804 --- [ 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:29:37.824 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:37.855 INFO 77804 --- [ 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:29:37.855 INFO 77804 --- [ 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:29:37.887 INFO 77804 --- [ 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:29:37.902 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:37.933 INFO 77804 --- [ 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:29:37.933 INFO 77804 --- [ 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:29:37.965 INFO 77804 --- [ 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:29:37.965 INFO 77804 --- [ 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:29:37.996 INFO 77804 --- [ 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:29:37.996 INFO 77804 --- [ 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:29:38.027 INFO 77804 --- [ 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:29:38.027 INFO 77804 --- [ 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:29:38.074 INFO 77804 --- [ 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:29:38.074 INFO 77804 --- [ 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:29:38.105 INFO 77804 --- [ 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:29:38.105 INFO 77804 --- [ 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:29:38.137 INFO 77804 --- [ 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:29:38.137 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:38.183 INFO 77804 --- [ 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:29:38.183 INFO 77804 --- [ 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 46ms 2017-02-22 20:29:38.215 INFO 77804 --- [ 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:29:38.215 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:38.246 INFO 77804 --- [ 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:29:38.246 INFO 77804 --- [ 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:29:38.277 INFO 77804 --- [ 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:29:38.277 INFO 77804 --- [ 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:29:38.308 INFO 77804 --- [ 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:29:38.308 INFO 77804 --- [ 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:29:38.371 INFO 77804 --- [ 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:29:38.371 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:38.402 INFO 77804 --- [ 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:29:38.402 INFO 77804 --- [ 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:29:38.433 INFO 77804 --- [ 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:29:38.433 INFO 77804 --- [ 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:29:38.480 INFO 77804 --- [ 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:29:38.480 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:38.512 INFO 77804 --- [ 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:29:38.512 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:38.558 INFO 77804 --- [ 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:29:38.558 INFO 77804 --- [ 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 46ms 2017-02-22 20:29:38.590 INFO 77804 --- [ 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:29:38.590 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:38.621 INFO 77804 --- [ 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:29:38.621 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:38.652 INFO 77804 --- [ 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:29:38.652 INFO 77804 --- [ 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:29:38.683 INFO 77804 --- [ 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:29:38.683 INFO 77804 --- [ 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:29:38.715 INFO 77804 --- [ 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:29:38.715 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:38.746 INFO 77804 --- [ 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:29:38.746 INFO 77804 --- [ 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:29:38.777 INFO 77804 --- [ 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:29:38.777 INFO 77804 --- [ 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:29:38.808 INFO 77804 --- [ 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:29:38.808 INFO 77804 --- [ 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 15ms 2017-02-22 20:29:38.840 INFO 77804 --- [ 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:29:38.840 INFO 77804 --- [ 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 16ms 2017-02-22 20:29:38.887 INFO 77804 --- [ 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:29:38.887 INFO 77804 --- [ 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:29:38.918 INFO 77804 --- [ 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:29:38.918 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:38.949 INFO 77804 --- [ 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:29:38.949 INFO 77804 --- [ 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:29:38.996 INFO 77804 --- [ 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:29:38.996 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:39.027 INFO 77804 --- [ 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:29:39.027 INFO 77804 --- [ 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:29:39.074 INFO 77804 --- [ 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:29:39.074 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:39.121 INFO 77804 --- [ 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:29:39.121 INFO 77804 --- [ 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:29:39.152 INFO 77804 --- [ 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:29:39.152 INFO 77804 --- [ 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:29:39.183 INFO 77804 --- [ 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:29:39.183 INFO 77804 --- [ 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 15ms 2017-02-22 20:29:39.230 INFO 77804 --- [ 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:29:39.230 INFO 77804 --- [ 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:29:39.262 INFO 77804 --- [ 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:29:39.262 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:39.293 INFO 77804 --- [ 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:29:39.293 INFO 77804 --- [ 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:29:39.324 INFO 77804 --- [ 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:29:39.324 INFO 77804 --- [ 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:29:39.355 INFO 77804 --- [ 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:29:39.355 INFO 77804 --- [ 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:29:39.418 INFO 77804 --- [ 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:29:39.418 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:39.449 INFO 77804 --- [ 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:29:39.449 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:39.480 INFO 77804 --- [ 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:29:39.480 INFO 77804 --- [ 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:29:39.512 INFO 77804 --- [ 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:29:39.527 INFO 77804 --- [ 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:29:39.558 INFO 77804 --- [ 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:29:39.558 INFO 77804 --- [ 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:29:39.590 INFO 77804 --- [ 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:29:39.590 INFO 77804 --- [ 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:29:39.637 INFO 77804 --- [ 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:29:39.637 INFO 77804 --- [ 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:29:39.683 INFO 77804 --- [ 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:29:39.683 INFO 77804 --- [ 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 46ms 2017-02-22 20:29:39.715 INFO 77804 --- [ 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:29:39.715 INFO 77804 --- [ 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:29:39.746 INFO 77804 --- [ 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:29:39.746 INFO 77804 --- [ 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:29:39.808 INFO 77804 --- [ 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:29:39.808 INFO 77804 --- [ 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 46ms 2017-02-22 20:29:39.871 INFO 77804 --- [ 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:29:39.871 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:39.949 INFO 77804 --- [ 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:29:39.949 INFO 77804 --- [ 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 78ms 2017-02-22 20:29:40.012 INFO 77804 --- [ 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:29:40.012 INFO 77804 --- [ 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 63ms 2017-02-22 20:29:40.043 INFO 77804 --- [ 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:29:40.043 INFO 77804 --- [ 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:29:40.090 INFO 77804 --- [ 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:29:40.090 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:40.137 INFO 77804 --- [ 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:29:40.137 INFO 77804 --- [ 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:29:40.168 INFO 77804 --- [ 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:29:40.168 INFO 77804 --- [ 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:29:40.215 INFO 77804 --- [ 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:29:40.215 INFO 77804 --- [ 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:29:40.262 INFO 77804 --- [ 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:29:40.262 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:40.355 INFO 77804 --- [ 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:29:40.355 INFO 77804 --- [ 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 93ms 2017-02-22 20:29:40.402 INFO 77804 --- [ 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:29:40.402 INFO 77804 --- [ 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:29:40.512 INFO 77804 --- [ 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:29:40.512 INFO 77804 --- [ 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 110ms 2017-02-22 20:29:40.558 INFO 77804 --- [ 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:29:40.558 INFO 77804 --- [ 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 46ms 2017-02-22 20:29:40.590 INFO 77804 --- [ 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:29:40.590 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:40.621 INFO 77804 --- [ 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:29:40.621 INFO 77804 --- [ 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:29:40.668 INFO 77804 --- [ 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:29:40.668 INFO 77804 --- [ 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:29:40.699 INFO 77804 --- [ 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:29:40.699 INFO 77804 --- [ 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:29:40.746 INFO 77804 --- [ 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:29:40.746 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:40.777 INFO 77804 --- [ 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:29:40.777 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:40.824 INFO 77804 --- [ 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:29:40.824 INFO 77804 --- [ 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:29:40.855 INFO 77804 --- [ 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:29:40.855 INFO 77804 --- [ 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:29:40.902 INFO 77804 --- [ 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:29:40.902 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:40.996 INFO 77804 --- [ 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:29:40.996 INFO 77804 --- [ 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 94ms 2017-02-22 20:29:41.027 INFO 77804 --- [ 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:29:41.027 INFO 77804 --- [ 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:29:41.074 INFO 77804 --- [ 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:29:41.074 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:41.105 INFO 77804 --- [ 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:29:41.105 INFO 77804 --- [ 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:29:41.152 INFO 77804 --- [ 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:29:41.152 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:41.183 INFO 77804 --- [ 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:29:41.183 INFO 77804 --- [ 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:29:41.215 INFO 77804 --- [ 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:29:41.215 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:41.246 INFO 77804 --- [ 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:29:41.246 INFO 77804 --- [ 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:29:41.293 INFO 77804 --- [ 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:29:41.293 INFO 77804 --- [ 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:29:41.324 INFO 77804 --- [ 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:29:41.324 INFO 77804 --- [ 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:29:41.355 INFO 77804 --- [ 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:29:41.371 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:41.402 INFO 77804 --- [ 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:29:41.402 INFO 77804 --- [ 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:29:41.449 INFO 77804 --- [ 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:29:41.449 INFO 77804 --- [ 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:29:41.480 INFO 77804 --- [ 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:29:41.480 INFO 77804 --- [ 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:29:41.527 INFO 77804 --- [ 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:29:41.527 INFO 77804 --- [ 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:29:41.558 INFO 77804 --- [ 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:29:41.558 INFO 77804 --- [ 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:29:41.590 INFO 77804 --- [ 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:29:41.590 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:41.637 INFO 77804 --- [ 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:29:41.637 INFO 77804 --- [ 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:29:41.668 INFO 77804 --- [ 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:29:41.668 INFO 77804 --- [ 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:29:41.715 INFO 77804 --- [ 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:29:41.715 INFO 77804 --- [ 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:29:41.746 INFO 77804 --- [ 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:29:41.746 INFO 77804 --- [ 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:29:41.777 INFO 77804 --- [ 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:29:41.777 INFO 77804 --- [ 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:29:41.808 INFO 77804 --- [ 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:29:41.808 INFO 77804 --- [ 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:29:41.918 INFO 77804 --- [ 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:29:41.918 INFO 77804 --- [ 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 94ms 2017-02-22 20:29:41.980 INFO 77804 --- [ 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:29:41.980 INFO 77804 --- [ 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 62ms 2017-02-22 20:29:42.058 INFO 77804 --- [ 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:29:42.058 INFO 77804 --- [ 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 78ms 2017-02-22 20:29:42.090 INFO 77804 --- [ 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:29:42.090 INFO 77804 --- [ 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:29:42.152 INFO 77804 --- [ 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:29:42.152 INFO 77804 --- [ 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 62ms 2017-02-22 20:29:42.183 INFO 77804 --- [ 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:29:42.183 INFO 77804 --- [ 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:29:42.215 INFO 77804 --- [ 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:29:42.215 INFO 77804 --- [ 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:29:42.262 INFO 77804 --- [ 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:29:42.262 INFO 77804 --- [ 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:29:42.293 INFO 77804 --- [ 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:29:42.293 INFO 77804 --- [ 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:29:42.340 INFO 77804 --- [ 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:29:42.340 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:42.387 INFO 77804 --- [ 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:29:42.387 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:42.496 INFO 77804 --- [ 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:29:42.496 INFO 77804 --- [ 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 94ms 2017-02-22 20:29:42.543 INFO 77804 --- [ 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:29:42.543 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:42.574 INFO 77804 --- [ 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:29:42.574 INFO 77804 --- [ 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:29:42.621 INFO 77804 --- [ 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:29:42.621 INFO 77804 --- [ 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:29:42.668 INFO 77804 --- [ 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:29:42.668 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:42.699 INFO 77804 --- [ 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:29:42.699 INFO 77804 --- [ 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:29:42.730 INFO 77804 --- [ 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:29:42.730 INFO 77804 --- [ 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:29:42.777 INFO 77804 --- [ 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:29:42.777 INFO 77804 --- [ 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:29:42.808 INFO 77804 --- [ 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:29:42.808 INFO 77804 --- [ 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:29:42.840 INFO 77804 --- [ 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:29:42.840 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:42.887 INFO 77804 --- [ 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:29:42.887 INFO 77804 --- [ 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:29:42.933 INFO 77804 --- [ 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:29:42.933 INFO 77804 --- [ 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 46ms 2017-02-22 20:29:43.027 INFO 77804 --- [ 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:29:43.027 INFO 77804 --- [ 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 94ms 2017-02-22 20:29:43.090 INFO 77804 --- [ 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:29:43.090 INFO 77804 --- [ 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 63ms 2017-02-22 20:29:43.199 INFO 77804 --- [ 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:29:43.199 INFO 77804 --- [ 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 109ms 2017-02-22 20:29:43.246 INFO 77804 --- [ 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:29:43.246 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:43.277 INFO 77804 --- [ 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:29:43.277 INFO 77804 --- [ 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:29:43.308 INFO 77804 --- [ 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:29:43.308 INFO 77804 --- [ 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:29:43.355 INFO 77804 --- [ 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:29:43.355 INFO 77804 --- [ 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:29:43.387 INFO 77804 --- [ 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:29:43.387 INFO 77804 --- [ 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:29:43.433 INFO 77804 --- [ 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:29:43.433 INFO 77804 --- [ 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:29:43.480 INFO 77804 --- [ 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:29:43.480 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:43.527 INFO 77804 --- [ 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:29:43.527 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:43.574 INFO 77804 --- [ 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:29:43.574 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:43.621 INFO 77804 --- [ 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:29:43.621 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:43.652 INFO 77804 --- [ 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:29:43.652 INFO 77804 --- [ 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:29:43.699 INFO 77804 --- [ 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:29:43.699 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:43.746 INFO 77804 --- [ 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:29:43.746 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:43.777 INFO 77804 --- [ 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:29:43.777 INFO 77804 --- [ 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:29:43.808 INFO 77804 --- [ 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:29:43.808 INFO 77804 --- [ 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:29:43.855 INFO 77804 --- [ 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:29:43.855 INFO 77804 --- [ 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:29:43.902 INFO 77804 --- [ 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:29:43.902 INFO 77804 --- [ 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:29:43.933 INFO 77804 --- [ 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:29:43.933 INFO 77804 --- [ 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:29:43.965 INFO 77804 --- [ 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:29:43.965 INFO 77804 --- [ 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:29:43.996 INFO 77804 --- [ 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:29:43.996 INFO 77804 --- [ 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:29:44.027 INFO 77804 --- [ 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:29:44.027 INFO 77804 --- [ 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:29:44.074 INFO 77804 --- [ 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:29:44.074 INFO 77804 --- [ 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:29:44.105 INFO 77804 --- [ 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:29:44.105 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:44.137 INFO 77804 --- [ 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:29:44.137 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:44.183 INFO 77804 --- [ 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:29:44.183 INFO 77804 --- [ 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:29:44.215 INFO 77804 --- [ 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:29:44.215 INFO 77804 --- [ 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:29:44.246 INFO 77804 --- [ 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:29:44.246 INFO 77804 --- [ 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:29:44.277 INFO 77804 --- [ 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:29:44.277 INFO 77804 --- [ 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:29:44.324 INFO 77804 --- [ 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:29:44.324 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:44.355 INFO 77804 --- [ 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:29:44.355 INFO 77804 --- [ 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:29:44.387 INFO 77804 --- [ 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:29:44.387 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:44.418 INFO 77804 --- [ 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:29:44.418 INFO 77804 --- [ 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:29:44.449 INFO 77804 --- [ 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:29:44.449 INFO 77804 --- [ 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:29:44.496 INFO 77804 --- [ 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:29:44.496 INFO 77804 --- [ 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:29:44.527 INFO 77804 --- [ 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:29:44.527 INFO 77804 --- [ 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:29:44.558 INFO 77804 --- [ 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:29:44.574 INFO 77804 --- [ 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:29:44.605 INFO 77804 --- [ 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:29:44.605 INFO 77804 --- [ 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:29:44.637 INFO 77804 --- [ 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:29:44.637 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:44.668 INFO 77804 --- [ 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:29:44.668 INFO 77804 --- [ 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:29:44.715 INFO 77804 --- [ 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:29:44.715 INFO 77804 --- [ 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:29:44.746 INFO 77804 --- [ 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:29:44.746 INFO 77804 --- [ 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:29:44.777 INFO 77804 --- [ 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:29:44.777 INFO 77804 --- [ 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:29:44.808 INFO 77804 --- [ 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:29:44.808 INFO 77804 --- [ 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:29:44.855 INFO 77804 --- [ 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:29:44.855 INFO 77804 --- [ 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:29:44.902 INFO 77804 --- [ 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:29:44.902 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:44.949 INFO 77804 --- [ 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:29:44.949 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:44.980 INFO 77804 --- [ 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:29:44.980 INFO 77804 --- [ 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:29:45.012 INFO 77804 --- [ 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:29:45.012 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:45.043 INFO 77804 --- [ 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:29:45.043 INFO 77804 --- [ 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:29:45.090 INFO 77804 --- [ 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:29:45.090 INFO 77804 --- [ 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:29:45.121 INFO 77804 --- [ 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:29:45.121 INFO 77804 --- [ 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:29:45.152 INFO 77804 --- [ 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:29:45.152 INFO 77804 --- [ 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:29:45.183 INFO 77804 --- [ 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:29:45.183 INFO 77804 --- [ 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:29:45.215 INFO 77804 --- [ 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:29:45.215 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:45.246 INFO 77804 --- [ 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:29:45.246 INFO 77804 --- [ 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:29:45.277 INFO 77804 --- [ 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:29:45.277 INFO 77804 --- [ 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:29:45.324 INFO 77804 --- [ 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:29:45.324 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:45.355 INFO 77804 --- [ 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:29:45.355 INFO 77804 --- [ 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:29:45.387 INFO 77804 --- [ 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:29:45.387 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:45.418 INFO 77804 --- [ 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:29:45.418 INFO 77804 --- [ 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:29:45.465 INFO 77804 --- [ 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:29:45.465 INFO 77804 --- [ 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 32ms 2017-02-22 20:29:45.496 INFO 77804 --- [ 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:29:45.496 INFO 77804 --- [ 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:29:45.543 INFO 77804 --- [ 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:29:45.543 INFO 77804 --- [ 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 47ms 2017-02-22 20:29:45.574 INFO 77804 --- [ 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:29:45.574 INFO 77804 --- [ 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:29:45.621 INFO 77804 --- [ 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:29:45.621 INFO 77804 --- [ 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:29:45.652 INFO 77804 --- [ 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:29:45.652 INFO 77804 --- [ 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:29:45.683 INFO 77804 --- [ 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:29:45.683 INFO 77804 --- [ 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:29:45.715 INFO 77804 --- [ 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:29:45.715 INFO 77804 --- [ 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:29:45.746 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-5::rmemoria: Index idx_search created 2017-02-22 20:29:45.746 INFO 77804 --- [ 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:29:45.762 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-3::rmemoria: Index idx_cacheddata created 2017-02-22 20:29:45.762 INFO 77804 --- [ 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:29:45.762 INFO 77804 --- [ 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:29:45.762 INFO 77804 --- [ 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:29:45.808 INFO 77804 --- [ 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:29:45.808 INFO 77804 --- [ 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:29:45.840 INFO 77804 --- [ 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:29:45.840 INFO 77804 --- [ 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:29:45.871 INFO 77804 --- [ 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:29:45.871 INFO 77804 --- [ 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 31ms 2017-02-22 20:29:45.902 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-1::msantos: Table deletedentity created 2017-02-22 20:29:45.902 INFO 77804 --- [ 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:29:46.277 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-2::msantos: Custom SQL executed 2017-02-22 20:29:46.277 INFO 77804 --- [ 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 375ms 2017-02-22 20:29:46.668 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-3::msantos: Custom SQL executed 2017-02-22 20:29:46.668 INFO 77804 --- [ 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 391ms 2017-02-22 20:29:47.043 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-4::msantos: Custom SQL executed 2017-02-22 20:29:47.043 INFO 77804 --- [ 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 375ms 2017-02-22 20:29:47.058 INFO 77804 --- [ main] liquibase : Successfully released change log lock 2017-02-22 20:29:47.496 INFO 77804 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default' 2017-02-22 20:29:47.512 INFO 77804 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2017-02-22 20:29:47.605 INFO 77804 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.0.11.Final} 2017-02-22 20:29:47.605 INFO 77804 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2017-02-22 20:29:47.605 INFO 77804 --- [ main] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist 2017-02-22 20:29:47.668 INFO 77804 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2017-02-22 20:29:47.871 INFO 77804 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect 2017-02-22 20:29:49.293 INFO 77804 --- [ main] o.h.tool.hbm2ddl.SchemaValidator : HHH000229: Running schema validator 2017-02-22 20:30:03.012 INFO 77804 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2017-02-22 20:30:03.199 INFO 77804 --- [ main] org.dozer.config.GlobalSettings : Trying to find Dozer configuration file: dozer.properties 2017-02-22 20:30:03.199 WARN 77804 --- [ main] org.dozer.config.GlobalSettings : Dozer configuration file not found: dozer.properties. Using defaults for all Dozer global properties. 2017-02-22 20:30:03.199 INFO 77804 --- [ main] org.dozer.DozerInitializer : Initializing Dozer. Version: 5.5.0, Thread Name: main 2017-02-22 20:30:03.199 INFO 77804 --- [ main] org.dozer.jmx.JMXPlatformImpl : Dozer JMX MBean [org.dozer.jmx:type=DozerStatisticsController] auto registered with the Platform MBean Server 2017-02-22 20:30:03.215 INFO 77804 --- [ main] org.dozer.jmx.JMXPlatformImpl : Dozer JMX MBean [org.dozer.jmx:type=DozerAdminController] auto registered with the Platform MBean Server 2017-02-22 20:30:03.215 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Initializing a new instance of dozer bean mapper. 2017-02-22 20:30:04.918 INFO 77804 --- [ main] o.s.w.s.v.f.FreeMarkerConfigurer : ClassTemplateLoader for Spring macros added to FreeMarker configuration 2017-02-22 20:30:05.496 INFO 77804 --- [ main] o.m.e.commons.forms.FormConfiguration : Scanning form type handlers 2017-02-22 20:30:05.668 INFO 77804 --- [ 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:30:08.356 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2687f956: startup date [Wed Feb 22 20:29:25 EST 2017]; root of context hierarchy 2017-02-22 20:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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) 2017-02-22 20:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.512 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/onlineusers],methods=[POST]}" onto public java.util.List org.msh.etbm.web.api.admin.OnlineUsersRepREST.query() 2017-02-22 20:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.527 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/auth/workspaces],methods=[POST]}" onto public java.util.List org.msh.etbm.web.api.authentication.AuthenticatorREST.getWorkspaces(org.msh.etbm.web.api.authentication.WorkspacesRequest) 2017-02-22 20:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.543 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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.web.api.cases.CaseSearchREST.search(org.msh.etbm.services.cases.search.CaseSearchRequest) 2017-02-22 20:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/view/adminunit],methods=[POST]}" onto public java.util.List org.msh.etbm.web.api.cases.CasesViewREST.generateReport(java.util.UUID) 2017-02-22 20:30:08.559 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/view],methods=[POST]}" onto public java.util.List org.msh.etbm.web.api.cases.CasesViewREST.generateReport() 2017-02-22 20:30:08.559 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/view/places],methods=[POST]}" onto public java.util.List org.msh.etbm.web.api.cases.CasesViewREST.generateReportByAdminUnit(java.util.UUID) 2017-02-22 20:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.559 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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.web.api.cases.PatientREST.query(org.msh.etbm.services.cases.patient.PatientQueryParams) 2017-02-22 20:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.574 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/form/request],methods=[POST]}" onto public java.util.Map org.msh.etbm.web.api.forms.FormREST.initFields(java.util.List) 2017-02-22 20:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/models],methods=[GET]}" onto public java.util.List> org.msh.etbm.web.api.model.ModelsREST.getAllModels() 2017-02-22 20:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/session/search],methods=[POST]}" onto public java.util.List org.msh.etbm.web.api.session.SearchREST.searchByKey(org.msh.etbm.services.session.search.SearchRequest) 2017-02-22 20:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/workspaces],methods=[POST]}" onto public java.util.List org.msh.etbm.web.api.session.UserSessionRest.getUserWorkspaces() 2017-02-22 20:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ 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:30:08.590 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/]}" onto public java.lang.String org.msh.etbm.web.templates.IndexController.welcome(java.util.Map,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2017-02-22 20:30:08.590 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2017-02-22 20:30:08.590 INFO 77804 --- [ 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:30:08.684 INFO 77804 --- [ 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:30:08.684 INFO 77804 --- [ 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:30:08.715 INFO 77804 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in exceptionHandlingController 2017-02-22 20:30:08.715 INFO 77804 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in unexpectedExceptionHandlingController 2017-02-22 20:30:08.762 INFO 77804 --- [ 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:30:09.324 INFO 77804 --- [ main] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing 2017-02-22 20:30:09.340 INFO 77804 --- [ main] o.m.e.t.c.c.CmdTypesFormRequestTest : Started CmdTypesFormRequestTest in 45.297 seconds (JVM running for 46.718) 2017-02-22 20:30:09.449 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : Initializing database: running setup-database.sql 2017-02-22 20:30:09.465 INFO 77804 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from class path resource [setup-database.sql] 2017-02-22 20:30:09.465 INFO 77804 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from class path resource [setup-database.sql] in 0 ms. 2017-02-22 20:30:09.481 INFO 77804 --- [ main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory 2017-02-22 20:30:09.637 INFO 77804 --- [ 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:30:09.637 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/config.mapper.xml 2017-02-22 20:30:09.637 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/config.mapper.xml] to load custom xml mappings 2017-02-22 20:30:09.652 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/config.mapper.xml] 2017-02-22 20:30:09.652 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/global.mapper.xml 2017-02-22 20:30:09.668 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/global.mapper.xml] to load custom xml mappings 2017-02-22 20:30:09.684 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/global.mapper.xml] 2017-02-22 20:30:09.684 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/adminunit.mapper.xml 2017-02-22 20:30:09.684 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/adminunit.mapper.xml] to load custom xml mappings 2017-02-22 20:30:09.684 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/adminunit.mapper.xml] 2017-02-22 20:30:09.684 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/unit.mapper.xml 2017-02-22 20:30:09.684 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/unit.mapper.xml] to load custom xml mappings 2017-02-22 20:30:09.699 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/unit.mapper.xml] 2017-02-22 20:30:09.699 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/source.mapper.xml 2017-02-22 20:30:09.699 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/source.mapper.xml] to load custom xml mappings 2017-02-22 20:30:09.699 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/source.mapper.xml] 2017-02-22 20:30:09.699 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/product.mapper.xml 2017-02-22 20:30:09.699 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/product.mapper.xml] to load custom xml mappings 2017-02-22 20:30:09.715 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/product.mapper.xml] 2017-02-22 20:30:09.715 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/substance.mapper.xml 2017-02-22 20:30:09.715 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/substance.mapper.xml] to load custom xml mappings 2017-02-22 20:30:09.715 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/substance.mapper.xml] 2017-02-22 20:30:09.715 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/workspace.mapper.xml 2017-02-22 20:30:09.715 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/workspace.mapper.xml] to load custom xml mappings 2017-02-22 20:30:09.731 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/workspace.mapper.xml] 2017-02-22 20:30:09.731 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/userws.mapper.xml 2017-02-22 20:30:09.731 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/userws.mapper.xml] to load custom xml mappings 2017-02-22 20:30:09.731 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/userws.mapper.xml] 2017-02-22 20:30:09.731 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/regimen.mapper.xml 2017-02-22 20:30:09.731 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/regimen.mapper.xml] to load custom xml mappings 2017-02-22 20:30:09.746 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/regimen.mapper.xml] 2017-02-22 20:30:09.746 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/sysconfig.mapper.xml 2017-02-22 20:30:09.746 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/sysconfig.mapper.xml] to load custom xml mappings 2017-02-22 20:30:09.762 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/sysconfig.mapper.xml] 2017-02-22 20:30:09.762 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/followup.mapper.xml 2017-02-22 20:30:09.762 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/followup.mapper.xml] to load custom xml mappings 2017-02-22 20:30:09.762 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/followup.mapper.xml] 2017-02-22 20:30:09.762 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/case.mapper.xml 2017-02-22 20:30:09.762 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/case.mapper.xml] to load custom xml mappings 2017-02-22 20:30:09.762 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/case.mapper.xml] 2017-02-22 20:30:09.762 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/prevtbtreatment.mapper.xml 2017-02-22 20:30:09.777 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/prevtbtreatment.mapper.xml] to load custom xml mappings 2017-02-22 20:30:09.777 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/prevtbtreatment.mapper.xml] 2017-02-22 20:30:09.934 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : Initializing workspace and admin user 2017-02-22 20:30:10.402 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated 2017-02-22 20:30:10.418 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for init in the locale English (United States) 2017-02-22 20:30:10.418 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.close in the locale English (United States) 2017-02-22 20:30:10.418 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.prevtreat in the locale English (United States) 2017-02-22 20:30:10.418 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.contact in the locale English (United States) 2017-02-22 20:30:10.418 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.sideeffect in the locale English (United States) 2017-02-22 20:30:10.418 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.comment in the locale English (United States) 2017-02-22 20:30:10.418 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.issues in the locale English (United States) 2017-02-22 20:30:10.418 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.issuefollowups in the locale English (United States) 2017-02-22 20:30:10.418 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.issuefollowups.create in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.issuefollowups.update in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.issuefollowups.delete in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.medexam in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.exammic in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.examcul in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.examxpert in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.examdst in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.examhiv in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.examxray in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.treatfollowup in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.treatundo in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.treatini in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.treatedit in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.treat-addmed in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.treat-prescedt in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for cases.case.treat-prescdel in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for admin.substances.update in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for admin.tags.create in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for admin.tags.update in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for admin.tags.delete in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for admin.workspaces.update in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for admin.workspaces.delete in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for admin.ageranges.create in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for admin.ageranges.update in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ main] org.msh.etbm.commons.Messages : No message found for admin.ageranges.delete in the locale English (United States) 2017-02-22 20:30:10.434 INFO 77804 --- [ 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.5 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:30:10.465 INFO 77804 --- [ 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:30:10.465 INFO 77804 --- [ 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:30:10.465 INFO 77804 --- [ 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:30:10.527 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.016 sec - in org.msh.etbm.test.commons.dbcache.DbCacheConcurrencyTest Running org.msh.etbm.test.commons.DozerTest 2017-02-22 20:30:11.543 INFO 77804 --- [ 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:30:11.543 INFO 77804 --- [ 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:30:11.543 INFO 77804 --- [ 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:30:11.574 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated 2017-02-22 20:30:11.590 INFO 77804 --- [ 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:30:11.590 INFO 77804 --- [ 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.047 sec - in org.msh.etbm.test.commons.DozerTest Running org.msh.etbm.test.commons.entities.EntityDAOTest 2017-02-22 20:30:11.606 INFO 77804 --- [ 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:30:11.606 INFO 77804 --- [ 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:30:11.606 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7d3bf73f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@19940123, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1bd5577e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@78679286, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5a4700ba, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@63e38fc8, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@523c4a6d, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@160b010e, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@742b91a5, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@bc9cd27, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@3b968111, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@75dbf41c] 2017-02-22 20:30:11.621 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated 2017-02-22 20:30:11.621 INFO 77804 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@2e7e9897 testClass = EntityDAOTest, testInstance = org.msh.etbm.test.commons.entities.EntityDAOTest@34ceabf1, testMethod = crudTest@EntityDAOTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@5d55e5bb 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:30:11.652 INFO 77804 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test context [DefaultTestContext@2e7e9897 testClass = EntityDAOTest, testInstance = org.msh.etbm.test.commons.entities.EntityDAOTest@34ceabf1, testMethod = crudTest@EntityDAOTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@5d55e5bb 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:30:11.668 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 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.032 sec - in org.msh.etbm.test.commons.forms.FormParserTest Running org.msh.etbm.test.commons.forms.FormRequestServiceTest 2017-02-22 20:30:11.731 INFO 77804 --- [ 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:30:11.731 INFO 77804 --- [ 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:30:11.731 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6d0937e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7da7a932, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5d6d21e2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4fd7c296, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4d9ef371, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@d303dc9, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@39e67fbc, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4854c964, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@726bbe64, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7eb91b95, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@74a89061, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@1a596879] 2017-02-22 20:30:11.762 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.msh.etbm.test.commons.forms.FormRequestServiceTest Running org.msh.etbm.test.commons.forms.JavaScriptFormGenTest 2017-02-22 20:30:11.777 INFO 77804 --- [ 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:30:11.777 INFO 77804 --- [ 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:30:11.777 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@33a9f5b0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1050fcff, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@bcfe4ba, org.springframework.test.context.support.DirtiesContextTestExecutionListener@173158e8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6bc93bcb, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7c698549, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@8f7544a, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@151cbba4, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3729cdaf, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@75a45ce, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@35bd146b, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@458c58e3] 2017-02-22 20:30:11.793 INFO 77804 --- [ 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.594 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;@13c3491d, [Ljava.lang.Object;@24d5a11a, [Ljava.lang.Object;@3c775fd7, [Ljava.lang.Object;@139be871, [Ljava.lang.Object;@1a19d0be] 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.063 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 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:30:12.496 INFO 77804 --- [ 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:30:12.496 INFO 77804 --- [ 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:30:12.496 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1444fa42, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@ffc9278, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1d9643e6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7f487086, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4ced03c7, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@27e93770, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@8cfc918, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@343f54c7, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@10e88abc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7ed47d66, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@8a5ecad, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@46721812] 2017-02-22 20:30:12.512 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 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:30:12.668 INFO 77804 --- [ 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:30:12.668 INFO 77804 --- [ 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:30:12.668 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@24ac4cf4, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7c80c68f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@771f4556, org.springframework.test.context.support.DirtiesContextTestExecutionListener@23b34af8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@653e6996, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1ff06f00, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@1248ac5d, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@2b15d066, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3df17e4b, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@21e58e9a, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@7618e4bf, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@730b8cfa] select a.id, a.name as f0, a.customId as f1, a.active 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 sec - in org.msh.etbm.test.commons.model.SQLQueryLoaderTest Running org.msh.etbm.test.commons.model.SQLSelectGenTest select a.id, a.city as f0, a.name as f1, a.active as f2, ac.regimen_id as f3, c0.name as f4, a.level 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 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) -1215242054 -1215242053 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:30:12.715 INFO 77804 --- [ 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:30:12.715 INFO 77804 --- [ 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:30:12.715 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4bc88ccb, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7eab7479, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@67ba7db3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@a11811c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5b0ea41, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@209d4e32, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@147ee877, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@12619285, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@1081906a, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@5a27a096, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@39f9c6f5, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@27129ef5] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.msh.etbm.test.LocaleRequestInterceptorTest Running org.msh.etbm.test.MessageTest 2017-02-22 20:30:12.731 INFO 77804 --- [ 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:30:12.731 INFO 77804 --- [ 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:30:12.731 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@41fd7740, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@35e50381, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@17778985, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2c49bc22, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6a4899c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1b406bc2, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@30d0e28e, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5119e01a, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@73536bcc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@6bd5101f, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@5ca64b79, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@422179c7] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.msh.etbm.test.MessageTest Running org.msh.etbm.test.services.admin.CountryStructureTest 2017-02-22 20:30:12.746 INFO 77804 --- [ 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:30:12.746 INFO 77804 --- [ 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:30:12.746 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5d5984aa, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3338057a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2288342c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@10b21a2b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@15fa043, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@72bf66c7, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@11f505e8, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@119636bf, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@6d37c176, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@64b71b49, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@5d548872, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@7d576ea9] 2017-02-22 20:30:12.762 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated 2017-02-22 20:30:12.887 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec - in org.msh.etbm.test.services.admin.CountryStructureTest Running org.msh.etbm.test.services.admin.LogMessagesTest 2017-02-22 20:30:12.934 INFO 77804 --- [ 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:30:12.934 INFO 77804 --- [ 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:30:12.934 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1d19a83d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5ab0b773, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@b5ceafa, org.springframework.test.context.support.DirtiesContextTestExecutionListener@28816098, org.springframework.test.context.transaction.TransactionalTestExecutionListener@78097df5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@275d46a8, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4b3a6383, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@689c5fdc, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5bc971ef, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@16ec1438, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@ed24b1d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4ba97a4] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.msh.etbm.test.services.admin.LogMessagesTest Running org.msh.etbm.test.services.admin.MedicineTest 2017-02-22 20:30:12.949 INFO 77804 --- [ 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:30:12.949 INFO 77804 --- [ 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:30:12.949 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@27ad844d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@738f6e44, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@43759560, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4913778f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2571d0c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@a22be4c, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6593f4fd, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@37ee58cf, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@d6b8c43, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@12a4937c, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@686aa9c9, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2d87ac2b] 2017-02-22 20:30:12.965 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec - in org.msh.etbm.test.services.admin.MedicineTest Running org.msh.etbm.test.services.admin.PermissionTreeOptionsTest 2017-02-22 20:30:13.152 INFO 77804 --- [ 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:30:13.168 INFO 77804 --- [ 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:30:13.168 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@108a77d6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@341b0573, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4a6a4f20, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4d002c5c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@e77d6ed, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@62ab7acd, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7a203af7, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@360e9b23, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@67ee3b1, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@3fba9ca1, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4436ee23, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@6a3b205] 2017-02-22 20:30:13.184 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.msh.etbm.test.services.admin.PermissionTreeOptionsTest Running org.msh.etbm.test.services.admin.SourceTest 2017-02-22 20:30:13.184 INFO 77804 --- [ 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:30:13.184 INFO 77804 --- [ 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:30:13.184 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@256a4746, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3a103112, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@12418bf, org.springframework.test.context.support.DirtiesContextTestExecutionListener@cfef34, org.springframework.test.context.transaction.TransactionalTestExecutionListener@77e8c81c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4c4bff52, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6d0bf784, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@12c2135e, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@235b8132, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@30f94b64, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@2fc3d28, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2686ca] 2017-02-22 20:30:13.199 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.msh.etbm.test.services.admin.SourceTest Running org.msh.etbm.test.services.admin.SubstanceTest 2017-02-22 20:30:13.277 INFO 77804 --- [ 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:30:13.293 INFO 77804 --- [ 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:30:13.293 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6d448772, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@614a32ef, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3683407d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@595bcc11, org.springframework.test.context.transaction.TransactionalTestExecutionListener@106dbf5f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@20003af7, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@c2c1622, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@b1078f2, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@767ab988, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@578ce232, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@3bfd73e7, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@33225b82] 2017-02-22 20:30:13.309 INFO 77804 --- [ 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:30:13.371 INFO 77804 --- [ 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:30:13.371 INFO 77804 --- [ 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:30:13.371 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@331ad1ee, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@74117c7e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7f4796e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@cd64c60, org.springframework.test.context.transaction.TransactionalTestExecutionListener@69a669b5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@16ab1a73, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@32b03ec1, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@c3bd1bb, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@568aea48, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@183c0a68, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@2b497998, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@79adc343] 2017-02-22 20:30:13.387 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated 2017-02-22 20:30:13.434 INFO 77804 --- [ 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:30:13.449 INFO 77804 --- [ 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:30:13.449 INFO 77804 --- [ 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:30:13.449 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@13e5d020, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@71a4c959, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6581ee8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2315ba0b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1ecc1a99, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4975f618, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@f9c0e80, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@157289a, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@7f31e2fb, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@19121e33, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@7615eb9f, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4ebe0e3f] 2017-02-22 20:30:13.481 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated 2017-02-22 20:30:13.590 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated 2017-02-22 20:30:13.590 WARN 77804 --- [ main] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1054, SQLState: 42S22 2017-02-22 20:30:13.590 ERROR 77804 --- [ 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:30:13.590 INFO 77804 --- [ 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:30:13.606 INFO 77804 --- [ 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:30:13.606 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7c95b68c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@30ef7d06, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4e5fd16c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4f62767c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1e1298ca, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@555ec143, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@65babe35, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@39b7e568, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3369fe5c, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@101e75ab, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@20652a8b, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@267f174a] 2017-02-22 20:30:13.621 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated 2017-02-22 20:30:13.652 INFO 77804 --- [ 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:30:13.668 INFO 77804 --- [ 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:30:13.668 INFO 77804 --- [ 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:30:13.668 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@26ceca00, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6dd1e22, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1b9df329, org.springframework.test.context.support.DirtiesContextTestExecutionListener@95d5d31, org.springframework.test.context.transaction.TransactionalTestExecutionListener@599308d0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@375121ce, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@43a188b6, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@20f6e126, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@61e2a860, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@5f83aac3, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@10287dbd, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@7c0514f] 2017-02-22 20:30:13.684 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated 2017-02-22 20:30:14.059 INFO 77804 --- [127.0.0.1:64201] 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:30:14.137 INFO 77804 --- [ 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:30:14.152 INFO 77804 --- [ 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:30:14.152 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@41277db, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5c407724, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4ae35819, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5a405492, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4dfb5cae, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@125dfb62, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@422e4aa0, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1a9262b3, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@d1b5363, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@70602f49, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@402b10af, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@492565e3] 2017-02-22 20:30:14.168 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in org.msh.etbm.test.services.cases.CaseFiltersTest Running org.msh.etbm.test.services.cases.CaseSearchTest 2017-02-22 20:30:14.262 INFO 77804 --- [ 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:30:14.262 INFO 77804 --- [ 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:30:14.262 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@56f8032, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5884d435, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7524241d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@46b9a780, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3faec175, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@41758fc9, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@15a54f36, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1e2b7fa5, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5747a07c, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@3aa1669a, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@5c25207, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@40d1d34d] 2017-02-22 20:30:14.277 INFO 77804 --- [ 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:30:14.309 INFO 77804 --- [ 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:30:14.309 INFO 77804 --- [ 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:30:14.309 INFO 77804 --- [ 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:30:14.309 INFO 77804 --- [ 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:30:14.324 INFO 77804 --- [ 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:30:14.324 INFO 77804 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6d24d173, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@12fb67f6, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@6bfa2da2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4ac8bbef, org.springframework.test.context.transaction.TransactionalTestExecutionListener@12c448c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@48214788, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@728ce413, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@7d143e6e, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@1eff0d64, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@5ca01434, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4919cfcf, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@15a26fcc] _______ ____ __ __ |__ __| _ \ | \/ | ___ ______| | | |_) | | \ / | __ _ _ __ __ _ __ _ ___ _ __ / _ \______| | | _ < | |\/| |/ _` | '_ \ / _` |/ _` |/ _ \ '__| | __/ | | | |_) | | | | | (_| | | | | (_| | (_| | __/ | \___| |_| |____/ |_| |_|\__,_|_| |_|\__,_|\__, |\___|_| __/ | |___/ Copyright (c) 2005 Management Sciences for Health, Inc. All rights reserved. 2017-02-22 20:30:14.402 INFO 77804 --- [ main] o.m.e.test.services.pub.ForgotPwdTest : Starting ForgotPwdTest on DC-CPM-APP02 with PID 77804 (started by jenkins in C:\apps\jenkins\workspace\eTBM 3 (master)\target\test) 2017-02-22 20:30:14.402 INFO 77804 --- [ main] o.m.e.test.services.pub.ForgotPwdTest : No active profile set, falling back to default profiles: default 2017-02-22 20:30:14.402 INFO 77804 --- [ main] o.s.w.c.s.GenericWebApplicationContext : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6de5e190: startup date [Wed Feb 22 20:30:14 EST 2017]; root of context hierarchy 2017-02-22 20:30:15.574 INFO 77804 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2017-02-22 20:30:15.652 INFO 77804 --- [ 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:30:15.699 INFO 77804 --- [ 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:30:16.340 INFO 77804 --- [ main] liquibase : Successfully acquired change log lock 2017-02-22 20:30:16.340 INFO 77804 --- [ main] liquibase : Dropping Database Objects in schema: etbm3_test.etbm3_test 2017-02-22 20:30:17.262 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.293 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.293 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.309 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.309 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.324 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.324 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.324 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.340 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.356 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.356 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.356 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.371 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.371 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.387 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.387 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.387 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.403 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.403 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.418 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.418 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.434 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.434 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.449 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.449 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.465 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.465 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.481 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.481 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.496 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.496 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.496 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.496 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.512 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.512 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.512 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.528 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.528 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.528 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.543 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.543 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.543 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.559 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.559 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.574 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.590 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.590 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.590 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.606 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.606 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.606 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.621 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.621 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.621 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.637 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.637 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.653 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.653 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.668 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.668 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.668 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.684 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.684 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.684 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.699 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.699 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.715 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.715 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.731 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.731 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.746 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.746 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.762 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.762 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.762 WARN 77804 --- [ main] liquibase : Database does not support drop with cascade 2017-02-22 20:30:17.809 INFO 77804 --- [ main] liquibase : Successfully acquired change log lock 2017-02-22 20:30:17.918 INFO 77804 --- [ main] liquibase : Creating database history table with name: etbm3_test.DATABASECHANGELOG 2017-02-22 20:30:17.934 INFO 77804 --- [ main] liquibase : Reading from etbm3_test.DATABASECHANGELOG 2017-02-22 20:30:18.106 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-1::rmemoria: Table administrativeunit created 2017-02-22 20:30:18.106 INFO 77804 --- [ 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:30:18.121 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-2::rmemoria: Table agerange created 2017-02-22 20:30:18.121 INFO 77804 --- [ 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:30:18.153 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-3::rmemoria: Table batch created 2017-02-22 20:30:18.153 INFO 77804 --- [ 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:30:18.168 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-4::rmemoria: Table batchdispensing created 2017-02-22 20:30:18.168 INFO 77804 --- [ 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:30:18.199 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-5::rmemoria: Table batchmovement created 2017-02-22 20:30:18.199 INFO 77804 --- [ 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 31ms 2017-02-22 20:30:18.215 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-7::rmemoria: Table casecomment created 2017-02-22 20:30:18.215 INFO 77804 --- [ 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 16ms 2017-02-22 20:30:18.231 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-9::rmemoria: Table caseresistancepattern created 2017-02-22 20:30:18.231 INFO 77804 --- [ 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:30:18.246 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-10::rmemoria: Table casesideeffect created 2017-02-22 20:30:18.246 INFO 77804 --- [ 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 15ms 2017-02-22 20:30:18.278 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-11::rmemoria: Table countrystructure created 2017-02-22 20:30:18.278 INFO 77804 --- [ 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:30:18.293 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-12::rmemoria: Table errorlog created 2017-02-22 20:30:18.293 INFO 77804 --- [ 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:30:18.340 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-13::rmemoria: Table examculture created 2017-02-22 20:30:18.340 INFO 77804 --- [ 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 47ms 2017-02-22 20:30:18.356 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-14::rmemoria: Table examdst created 2017-02-22 20:30:18.356 INFO 77804 --- [ 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:30:18.371 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-16::rmemoria: Table examhiv created 2017-02-22 20:30:18.371 INFO 77804 --- [ 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 15ms 2017-02-22 20:30:18.387 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-17::rmemoria: Table exammicroscopy created 2017-02-22 20:30:18.387 INFO 77804 --- [ 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:30:18.418 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-18::rmemoria: Table examrequest created 2017-02-22 20:30:18.418 INFO 77804 --- [ 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 31ms 2017-02-22 20:30:18.434 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-19::rmemoria: Table examxpert created 2017-02-22 20:30:18.434 INFO 77804 --- [ 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:30:18.449 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-20::rmemoria: Table examxray created 2017-02-22 20:30:18.449 INFO 77804 --- [ 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 15ms 2017-02-22 20:30:18.465 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-23::rmemoria: Table issue created 2017-02-22 20:30:18.465 INFO 77804 --- [ 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:30:18.481 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-24::rmemoria: Table issuefollowup created 2017-02-22 20:30:18.481 INFO 77804 --- [ 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:30:18.496 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-27::rmemoria: Table medicalexamination created 2017-02-22 20:30:18.496 INFO 77804 --- [ 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:30:18.528 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-28::rmemoria: Table product created 2017-02-22 20:30:18.528 INFO 77804 --- [ 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:30:18.543 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-29::rmemoria: Table medicine_substances created 2017-02-22 20:30:18.543 INFO 77804 --- [ 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 15ms 2017-02-22 20:30:18.574 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-30::rmemoria: Table medicinedispensing created 2017-02-22 20:30:18.574 INFO 77804 --- [ 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:30:18.590 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-31::rmemoria: Table medicinedispensingbatch created 2017-02-22 20:30:18.590 INFO 77804 --- [ 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:30:18.606 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-32::rmemoria: Table medicinedispensingcase created 2017-02-22 20:30:18.606 INFO 77804 --- [ 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:30:18.621 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-33::rmemoria: Table medicinedispensingitem created 2017-02-22 20:30:18.621 INFO 77804 --- [ 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 15ms 2017-02-22 20:30:18.668 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-34::rmemoria: Table productorder created 2017-02-22 20:30:18.668 INFO 77804 --- [ 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 31ms 2017-02-22 20:30:18.699 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-35::rmemoria: Table productreceiving created 2017-02-22 20:30:18.699 INFO 77804 --- [ 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:30:18.715 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-36::rmemoria: Table medicinereceivingitem created 2017-02-22 20:30:18.715 INFO 77804 --- [ 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 16ms 2017-02-22 20:30:18.731 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-37::rmemoria: Table medicineregimen created 2017-02-22 20:30:18.731 INFO 77804 --- [ 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:30:18.746 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-38::rmemoria: Table movement created 2017-02-22 20:30:18.746 INFO 77804 --- [ 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:30:18.778 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-39::rmemoria: Table movements_dispensing created 2017-02-22 20:30:18.778 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:18.793 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-40::rmemoria: Table movements_receiving created 2017-02-22 20:30:18.793 INFO 77804 --- [ 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 15ms 2017-02-22 20:30:18.824 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-41::rmemoria: Table orderbatch created 2017-02-22 20:30:18.824 INFO 77804 --- [ 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 31ms 2017-02-22 20:30:18.840 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-42::rmemoria: Table ordercase created 2017-02-22 20:30:18.840 INFO 77804 --- [ 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:30:18.856 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-43::rmemoria: Table ordercomment created 2017-02-22 20:30:18.856 INFO 77804 --- [ 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 16ms 2017-02-22 20:30:18.871 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-44::rmemoria: Table orderitem created 2017-02-22 20:30:18.871 INFO 77804 --- [ 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 15ms 2017-02-22 20:30:18.887 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-45::rmemoria: Table patient created 2017-02-22 20:30:18.887 INFO 77804 --- [ 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 16ms 2017-02-22 20:30:18.918 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-46::rmemoria: Table prescribedmedicine created 2017-02-22 20:30:18.918 INFO 77804 --- [ 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:30:18.934 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-47::rmemoria: Table prevtbtreatment created 2017-02-22 20:30:18.934 INFO 77804 --- [ 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:30:18.949 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-48::rmemoria: Table regimen created 2017-02-22 20:30:18.949 INFO 77804 --- [ 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 15ms 2017-02-22 20:30:18.981 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-49::rmemoria: Table report created 2017-02-22 20:30:18.981 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:18.996 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-51::rmemoria: Table resistancepattern created 2017-02-22 20:30:18.996 INFO 77804 --- [ 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 15ms 2017-02-22 20:30:19.012 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-52::rmemoria: Table sequenceinfo created 2017-02-22 20:30:19.012 INFO 77804 --- [ 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:30:19.028 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-53::rmemoria: Table source created 2017-02-22 20:30:19.028 INFO 77804 --- [ 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:30:19.059 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-55::rmemoria: Table substance created 2017-02-22 20:30:19.059 INFO 77804 --- [ 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 31ms 2017-02-22 20:30:19.074 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-56::rmemoria: Table substances_resistpattern created 2017-02-22 20:30:19.074 INFO 77804 --- [ 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:30:19.106 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-57::rmemoria: Table sys_user created 2017-02-22 20:30:19.106 INFO 77804 --- [ 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:30:19.121 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-58::rmemoria: Table systemconfig created 2017-02-22 20:30:19.121 INFO 77804 --- [ 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:30:19.153 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-59::rmemoria: Table tag created 2017-02-22 20:30:19.153 INFO 77804 --- [ 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:30:19.168 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-60::rmemoria: Table tags_case created 2017-02-22 20:30:19.168 INFO 77804 --- [ 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:30:19.184 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-61::rmemoria: Table tbcase created 2017-02-22 20:30:19.184 INFO 77804 --- [ 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:30:19.215 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-62::rmemoria: Table casecontact created 2017-02-22 20:30:19.215 INFO 77804 --- [ 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:30:19.231 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-63::rmemoria: Table unit created 2017-02-22 20:30:19.231 INFO 77804 --- [ 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:30:19.246 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-65::rmemoria: Table transfer created 2017-02-22 20:30:19.246 INFO 77804 --- [ 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:30:19.262 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-66::rmemoria: Table transferbatch created 2017-02-22 20:30:19.262 INFO 77804 --- [ 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:30:19.293 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-67::rmemoria: Table transferitem created 2017-02-22 20:30:19.293 INFO 77804 --- [ 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 15ms 2017-02-22 20:30:19.309 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-68::rmemoria: Table treatmenthealthunit created 2017-02-22 20:30:19.309 INFO 77804 --- [ 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:30:19.340 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-69::rmemoria: Table treatmentmonitoring created 2017-02-22 20:30:19.340 INFO 77804 --- [ 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 31ms 2017-02-22 20:30:19.356 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-70::rmemoria: Table userlog created 2017-02-22 20:30:19.356 INFO 77804 --- [ 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 16ms 2017-02-22 20:30:19.371 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-71::rmemoria: Table userlogin created 2017-02-22 20:30:19.371 INFO 77804 --- [ 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 15ms 2017-02-22 20:30:19.387 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-72::rmemoria: Table userpermission created 2017-02-22 20:30:19.387 INFO 77804 --- [ 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 16ms 2017-02-22 20:30:19.403 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-73::rmemoria: Table userprofile created 2017-02-22 20:30:19.403 INFO 77804 --- [ 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:30:19.434 INFO 77804 --- [ 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:30:19.434 INFO 77804 --- [ 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 31ms 2017-02-22 20:30:19.449 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-75::rmemoria: Table userworkspace created 2017-02-22 20:30:19.449 INFO 77804 --- [ 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 15ms 2017-02-22 20:30:19.465 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-76::rmemoria: Table workspace created 2017-02-22 20:30:19.465 INFO 77804 --- [ 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:30:19.481 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-77::rmemoria: Table workspacelog created 2017-02-22 20:30:19.481 INFO 77804 --- [ 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:30:19.513 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-78::rmemoria: Table workspaceview created 2017-02-22 20:30:19.513 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:19.543 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-1::rmemoria: Table commandhistory created 2017-02-22 20:30:19.543 INFO 77804 --- [ 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:30:19.559 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-1::rmemoria: Table searchable created 2017-02-22 20:30:19.559 INFO 77804 --- [ 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:30:19.574 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-1::msantos: Table casecomorbidities created 2017-02-22 20:30:19.574 INFO 77804 --- [ 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:30:19.590 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::modeldata-1::rmemoria: Table modeldata created 2017-02-22 20:30:19.590 INFO 77804 --- [ 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:30:19.621 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-1::rmemoria: Table cacheddata created 2017-02-22 20:30:19.621 INFO 77804 --- [ 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:30:19.637 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-1::rmemoria: Table formdata created 2017-02-22 20:30:19.637 INFO 77804 --- [ 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:30:19.668 INFO 77804 --- [ 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:30:19.668 INFO 77804 --- [ 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:30:19.699 INFO 77804 --- [ 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:30:19.699 INFO 77804 --- [ 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:30:19.731 INFO 77804 --- [ 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:30:19.731 INFO 77804 --- [ 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:30:19.762 INFO 77804 --- [ 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:30:19.762 INFO 77804 --- [ 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:30:19.793 INFO 77804 --- [ 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:30:19.793 INFO 77804 --- [ 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 31ms 2017-02-22 20:30:19.840 INFO 77804 --- [ 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:30:19.840 INFO 77804 --- [ 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 47ms 2017-02-22 20:30:19.871 INFO 77804 --- [ 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:30:19.871 INFO 77804 --- [ 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:30:19.903 INFO 77804 --- [ 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:30:19.903 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:19.949 INFO 77804 --- [ 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:30:19.949 INFO 77804 --- [ 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 46ms 2017-02-22 20:30:19.981 INFO 77804 --- [ 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:30:19.981 INFO 77804 --- [ 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:30:20.012 INFO 77804 --- [ 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:30:20.012 INFO 77804 --- [ 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:30:20.043 INFO 77804 --- [ 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:30:20.043 INFO 77804 --- [ 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:30:20.074 INFO 77804 --- [ 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:30:20.074 INFO 77804 --- [ 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:30:20.106 INFO 77804 --- [ 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:30:20.106 INFO 77804 --- [ 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:30:20.137 INFO 77804 --- [ 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:30:20.137 INFO 77804 --- [ 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:30:20.168 INFO 77804 --- [ 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:30:20.168 INFO 77804 --- [ 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:30:20.199 INFO 77804 --- [ 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:30:20.199 INFO 77804 --- [ 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 15ms 2017-02-22 20:30:20.231 INFO 77804 --- [ 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:30:20.231 INFO 77804 --- [ 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 16ms 2017-02-22 20:30:20.262 INFO 77804 --- [ 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:30:20.262 INFO 77804 --- [ 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:30:20.309 INFO 77804 --- [ 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:30:20.309 INFO 77804 --- [ 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:30:20.340 INFO 77804 --- [ 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:30:20.340 INFO 77804 --- [ 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:30:20.387 INFO 77804 --- [ 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:30:20.387 INFO 77804 --- [ 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:30:20.418 INFO 77804 --- [ 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:30:20.418 INFO 77804 --- [ 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:30:20.449 INFO 77804 --- [ 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:30:20.449 INFO 77804 --- [ 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:30:20.481 INFO 77804 --- [ 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:30:20.481 INFO 77804 --- [ 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:30:20.512 INFO 77804 --- [ 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:30:20.512 INFO 77804 --- [ 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:30:20.543 INFO 77804 --- [ 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:30:20.543 INFO 77804 --- [ 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:30:20.574 INFO 77804 --- [ 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:30:20.574 INFO 77804 --- [ 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:30:20.606 INFO 77804 --- [ 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:30:20.606 INFO 77804 --- [ 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:30:20.637 INFO 77804 --- [ 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:30:20.637 INFO 77804 --- [ 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 16ms 2017-02-22 20:30:20.668 INFO 77804 --- [ 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:30:20.668 INFO 77804 --- [ 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 15ms 2017-02-22 20:30:20.699 INFO 77804 --- [ 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:30:20.699 INFO 77804 --- [ 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 15ms 2017-02-22 20:30:20.731 INFO 77804 --- [ 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:30:20.731 INFO 77804 --- [ 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:30:20.762 INFO 77804 --- [ 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:30:20.762 INFO 77804 --- [ 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 16ms 2017-02-22 20:30:20.793 INFO 77804 --- [ 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:30:20.793 INFO 77804 --- [ 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:30:20.824 INFO 77804 --- [ 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:30:20.824 INFO 77804 --- [ 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:30:20.856 INFO 77804 --- [ 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:30:20.856 INFO 77804 --- [ 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:30:20.918 INFO 77804 --- [ 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:30:20.918 INFO 77804 --- [ 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 62ms 2017-02-22 20:30:20.949 INFO 77804 --- [ 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:30:20.949 INFO 77804 --- [ 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:30:20.981 INFO 77804 --- [ 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:30:20.981 INFO 77804 --- [ 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:30:21.012 INFO 77804 --- [ 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:30:21.012 INFO 77804 --- [ 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:30:21.043 INFO 77804 --- [ 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:30:21.043 INFO 77804 --- [ 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:30:21.074 INFO 77804 --- [ 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:30:21.074 INFO 77804 --- [ 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:30:21.106 INFO 77804 --- [ 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:30:21.106 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:21.137 INFO 77804 --- [ 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:30:21.137 INFO 77804 --- [ 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:30:21.168 INFO 77804 --- [ 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:30:21.168 INFO 77804 --- [ 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:30:21.199 INFO 77804 --- [ 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:30:21.199 INFO 77804 --- [ 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 31ms 2017-02-22 20:30:21.231 INFO 77804 --- [ 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:30:21.231 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:21.262 INFO 77804 --- [ 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:30:21.262 INFO 77804 --- [ 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:30:21.293 INFO 77804 --- [ 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:30:21.293 INFO 77804 --- [ 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:30:21.324 INFO 77804 --- [ 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:30:21.324 INFO 77804 --- [ 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:30:21.356 INFO 77804 --- [ 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:30:21.356 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:21.403 INFO 77804 --- [ 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:30:21.403 INFO 77804 --- [ 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 47ms 2017-02-22 20:30:21.434 INFO 77804 --- [ 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:30:21.434 INFO 77804 --- [ 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:30:21.465 INFO 77804 --- [ 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:30:21.465 INFO 77804 --- [ 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:30:21.496 INFO 77804 --- [ 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:30:21.496 INFO 77804 --- [ 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 31ms 2017-02-22 20:30:21.543 INFO 77804 --- [ 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:30:21.543 INFO 77804 --- [ 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:30:21.574 INFO 77804 --- [ 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:30:21.574 INFO 77804 --- [ 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:30:21.590 INFO 77804 --- [ 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:30:21.606 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:21.637 INFO 77804 --- [ 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:30:21.637 INFO 77804 --- [ 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:30:21.668 INFO 77804 --- [ 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:30:21.668 INFO 77804 --- [ 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:30:21.699 INFO 77804 --- [ 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:30:21.699 INFO 77804 --- [ 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:30:21.731 INFO 77804 --- [ 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:30:21.731 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:21.762 INFO 77804 --- [ 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:30:21.762 INFO 77804 --- [ 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:30:21.793 INFO 77804 --- [ 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:30:21.793 INFO 77804 --- [ 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:30:21.840 INFO 77804 --- [ 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:30:21.840 INFO 77804 --- [ 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:30:21.871 INFO 77804 --- [ 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:30:21.871 INFO 77804 --- [ 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:30:21.903 INFO 77804 --- [ 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:30:21.903 INFO 77804 --- [ 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:30:21.949 INFO 77804 --- [ 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:30:21.949 INFO 77804 --- [ 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 46ms 2017-02-22 20:30:21.981 INFO 77804 --- [ 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:30:21.981 INFO 77804 --- [ 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:30:22.012 INFO 77804 --- [ 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:30:22.012 INFO 77804 --- [ 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:30:22.043 INFO 77804 --- [ 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:30:22.043 INFO 77804 --- [ 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:30:22.090 INFO 77804 --- [ 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:30:22.090 INFO 77804 --- [ 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 47ms 2017-02-22 20:30:22.121 INFO 77804 --- [ 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:30:22.121 INFO 77804 --- [ 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:30:22.153 INFO 77804 --- [ 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:30:22.153 INFO 77804 --- [ 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:30:22.184 INFO 77804 --- [ 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:30:22.184 INFO 77804 --- [ 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:30:22.215 INFO 77804 --- [ 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:30:22.215 INFO 77804 --- [ 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:30:22.246 INFO 77804 --- [ 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:30:22.246 INFO 77804 --- [ 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 15ms 2017-02-22 20:30:22.278 INFO 77804 --- [ 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:30:22.293 INFO 77804 --- [ 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:30:22.324 INFO 77804 --- [ 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:30:22.324 INFO 77804 --- [ 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:30:22.356 INFO 77804 --- [ 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:30:22.356 INFO 77804 --- [ 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:30:22.387 INFO 77804 --- [ 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:30:22.387 INFO 77804 --- [ 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:30:22.418 INFO 77804 --- [ 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:30:22.418 INFO 77804 --- [ 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:30:22.465 INFO 77804 --- [ 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:30:22.465 INFO 77804 --- [ 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:30:22.496 INFO 77804 --- [ 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:30:22.496 INFO 77804 --- [ 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:30:22.543 INFO 77804 --- [ 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:30:22.543 INFO 77804 --- [ 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 47ms 2017-02-22 20:30:22.574 INFO 77804 --- [ 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:30:22.574 INFO 77804 --- [ 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:30:22.621 INFO 77804 --- [ 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:30:22.621 INFO 77804 --- [ 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:30:22.653 INFO 77804 --- [ 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:30:22.653 INFO 77804 --- [ 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:30:22.699 INFO 77804 --- [ 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:30:22.699 INFO 77804 --- [ 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 46ms 2017-02-22 20:30:22.731 INFO 77804 --- [ 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:30:22.731 INFO 77804 --- [ 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:30:22.762 INFO 77804 --- [ 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:30:22.762 INFO 77804 --- [ 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:30:22.793 INFO 77804 --- [ 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:30:22.793 INFO 77804 --- [ 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:30:22.840 INFO 77804 --- [ 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:30:22.840 INFO 77804 --- [ 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:30:22.887 INFO 77804 --- [ 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:30:22.887 INFO 77804 --- [ 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:30:22.918 INFO 77804 --- [ 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:30:22.918 INFO 77804 --- [ 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:30:22.949 INFO 77804 --- [ 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:30:22.949 INFO 77804 --- [ 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:30:22.996 INFO 77804 --- [ 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:30:22.996 INFO 77804 --- [ 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 31ms 2017-02-22 20:30:23.028 INFO 77804 --- [ 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:30:23.028 INFO 77804 --- [ 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:30:23.059 INFO 77804 --- [ 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:30:23.059 INFO 77804 --- [ 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:30:23.106 INFO 77804 --- [ 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:30:23.106 INFO 77804 --- [ 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:30:23.137 INFO 77804 --- [ 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:30:23.137 INFO 77804 --- [ 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:30:23.184 INFO 77804 --- [ 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:30:23.184 INFO 77804 --- [ 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:30:23.215 INFO 77804 --- [ 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:30:23.215 INFO 77804 --- [ 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:30:23.262 INFO 77804 --- [ 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:30:23.262 INFO 77804 --- [ 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 47ms 2017-02-22 20:30:23.293 INFO 77804 --- [ 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:30:23.293 INFO 77804 --- [ 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:30:23.340 INFO 77804 --- [ 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:30:23.340 INFO 77804 --- [ 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:30:23.387 INFO 77804 --- [ 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:30:23.387 INFO 77804 --- [ 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:30:23.418 INFO 77804 --- [ 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:30:23.418 INFO 77804 --- [ 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:30:23.465 INFO 77804 --- [ 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:30:23.465 INFO 77804 --- [ 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:30:23.496 INFO 77804 --- [ 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:30:23.496 INFO 77804 --- [ 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:30:23.543 INFO 77804 --- [ 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:30:23.543 INFO 77804 --- [ 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:30:23.574 INFO 77804 --- [ 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:30:23.574 INFO 77804 --- [ 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:30:23.606 INFO 77804 --- [ 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:30:23.606 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:23.653 INFO 77804 --- [ 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:30:23.653 INFO 77804 --- [ 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:30:23.699 INFO 77804 --- [ 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:30:23.699 INFO 77804 --- [ 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 46ms 2017-02-22 20:30:23.731 INFO 77804 --- [ 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:30:23.731 INFO 77804 --- [ 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:30:23.762 INFO 77804 --- [ 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:30:23.762 INFO 77804 --- [ 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:30:23.809 INFO 77804 --- [ 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:30:23.809 INFO 77804 --- [ 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 47ms 2017-02-22 20:30:23.840 INFO 77804 --- [ 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:30:23.840 INFO 77804 --- [ 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:30:23.871 INFO 77804 --- [ 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:30:23.871 INFO 77804 --- [ 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:30:23.903 INFO 77804 --- [ 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:30:23.903 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:23.950 INFO 77804 --- [ 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:30:23.950 INFO 77804 --- [ 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:30:23.981 INFO 77804 --- [ 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:30:23.981 INFO 77804 --- [ 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:30:24.012 INFO 77804 --- [ 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:30:24.012 INFO 77804 --- [ 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:30:24.043 INFO 77804 --- [ 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:30:24.043 INFO 77804 --- [ 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:30:24.090 INFO 77804 --- [ 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:30:24.090 INFO 77804 --- [ 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:30:24.121 INFO 77804 --- [ 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:30:24.121 INFO 77804 --- [ 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:30:24.153 INFO 77804 --- [ 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:30:24.153 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:24.199 INFO 77804 --- [ 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:30:24.199 INFO 77804 --- [ 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 46ms 2017-02-22 20:30:24.231 INFO 77804 --- [ 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:30:24.231 INFO 77804 --- [ 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:30:24.262 INFO 77804 --- [ 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:30:24.262 INFO 77804 --- [ 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:30:24.293 INFO 77804 --- [ 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:30:24.293 INFO 77804 --- [ 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:30:24.324 INFO 77804 --- [ 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:30:24.324 INFO 77804 --- [ 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:30:24.371 INFO 77804 --- [ 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:30:24.371 INFO 77804 --- [ 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 47ms 2017-02-22 20:30:24.403 INFO 77804 --- [ 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:30:24.403 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:24.434 INFO 77804 --- [ 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:30:24.434 INFO 77804 --- [ 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:30:24.481 INFO 77804 --- [ 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:30:24.481 INFO 77804 --- [ 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 47ms 2017-02-22 20:30:24.512 INFO 77804 --- [ 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:30:24.512 INFO 77804 --- [ 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:30:24.543 INFO 77804 --- [ 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:30:24.543 INFO 77804 --- [ 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:30:24.574 INFO 77804 --- [ 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:30:24.574 INFO 77804 --- [ 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:30:24.606 INFO 77804 --- [ 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:30:24.606 INFO 77804 --- [ 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:30:24.653 INFO 77804 --- [ 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:30:24.653 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:24.684 INFO 77804 --- [ 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:30:24.684 INFO 77804 --- [ 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:30:24.731 INFO 77804 --- [ 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:30:24.731 INFO 77804 --- [ 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:30:24.762 INFO 77804 --- [ 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:30:24.762 INFO 77804 --- [ 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:30:24.793 INFO 77804 --- [ 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:30:24.793 INFO 77804 --- [ 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:30:24.840 INFO 77804 --- [ 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:30:24.840 INFO 77804 --- [ 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 47ms 2017-02-22 20:30:24.871 INFO 77804 --- [ 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:30:24.871 INFO 77804 --- [ 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:30:24.918 INFO 77804 --- [ 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:30:24.918 INFO 77804 --- [ 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:30:24.949 INFO 77804 --- [ 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:30:24.949 INFO 77804 --- [ 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:30:24.981 INFO 77804 --- [ 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:30:24.981 INFO 77804 --- [ 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:30:25.012 INFO 77804 --- [ 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:30:25.012 INFO 77804 --- [ 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:30:25.059 INFO 77804 --- [ 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:30:25.059 INFO 77804 --- [ 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:30:25.090 INFO 77804 --- [ 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:30:25.090 INFO 77804 --- [ 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:30:25.121 INFO 77804 --- [ 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:30:25.121 INFO 77804 --- [ 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:30:25.153 INFO 77804 --- [ 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:30:25.153 INFO 77804 --- [ 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:30:25.184 INFO 77804 --- [ 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:30:25.184 INFO 77804 --- [ 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:30:25.231 INFO 77804 --- [ 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:30:25.231 INFO 77804 --- [ 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 47ms 2017-02-22 20:30:25.262 INFO 77804 --- [ 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:30:25.262 INFO 77804 --- [ 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:30:25.309 INFO 77804 --- [ 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:30:25.309 INFO 77804 --- [ 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:30:25.340 INFO 77804 --- [ 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:30:25.340 INFO 77804 --- [ 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:30:25.387 INFO 77804 --- [ 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:30:25.387 INFO 77804 --- [ 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 47ms 2017-02-22 20:30:25.418 INFO 77804 --- [ 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:30:25.418 INFO 77804 --- [ 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:30:25.465 INFO 77804 --- [ 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:30:25.465 INFO 77804 --- [ 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:30:25.496 INFO 77804 --- [ 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:30:25.496 INFO 77804 --- [ 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:30:25.528 INFO 77804 --- [ 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:30:25.528 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:25.559 INFO 77804 --- [ 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:30:25.559 INFO 77804 --- [ 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:30:25.606 INFO 77804 --- [ 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:30:25.606 INFO 77804 --- [ 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:30:25.637 INFO 77804 --- [ 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:30:25.637 INFO 77804 --- [ 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:30:25.668 INFO 77804 --- [ 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:30:25.668 INFO 77804 --- [ 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 15ms 2017-02-22 20:30:25.715 INFO 77804 --- [ 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:30:25.715 INFO 77804 --- [ 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:30:25.746 INFO 77804 --- [ 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:30:25.746 INFO 77804 --- [ 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 31ms 2017-02-22 20:30:25.793 INFO 77804 --- [ 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:30:25.793 INFO 77804 --- [ 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 47ms 2017-02-22 20:30:25.824 INFO 77804 --- [ 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:30:25.824 INFO 77804 --- [ 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:30:25.856 INFO 77804 --- [ 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:30:25.856 INFO 77804 --- [ 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:30:25.903 INFO 77804 --- [ 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:30:25.903 INFO 77804 --- [ 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:30:25.934 INFO 77804 --- [ 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:30:25.934 INFO 77804 --- [ 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:30:25.981 INFO 77804 --- [ 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:30:25.981 INFO 77804 --- [ 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 47ms 2017-02-22 20:30:26.012 INFO 77804 --- [ 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:30:26.012 INFO 77804 --- [ 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:30:26.043 INFO 77804 --- [ 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:30:26.043 INFO 77804 --- [ 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:30:26.090 INFO 77804 --- [ 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:30:26.090 INFO 77804 --- [ 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:30:26.121 INFO 77804 --- [ 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:30:26.121 INFO 77804 --- [ 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:30:26.153 INFO 77804 --- [ 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:30:26.153 INFO 77804 --- [ 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:30:26.184 INFO 77804 --- [ 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:30:26.184 INFO 77804 --- [ 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:30:26.215 INFO 77804 --- [ 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:30:26.215 INFO 77804 --- [ 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:30:26.246 INFO 77804 --- [ 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:30:26.246 INFO 77804 --- [ 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:30:26.278 INFO 77804 --- [ 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:30:26.278 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:26.324 INFO 77804 --- [ 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:30:26.324 INFO 77804 --- [ 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:30:26.371 INFO 77804 --- [ 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:30:26.371 INFO 77804 --- [ 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:30:26.403 INFO 77804 --- [ 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:30:26.403 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:26.450 INFO 77804 --- [ 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:30:26.450 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:26.496 INFO 77804 --- [ 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:30:26.496 INFO 77804 --- [ 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 46ms 2017-02-22 20:30:26.528 INFO 77804 --- [ 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:30:26.528 INFO 77804 --- [ 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:30:26.559 INFO 77804 --- [ 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:30:26.559 INFO 77804 --- [ 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:30:26.606 INFO 77804 --- [ 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:30:26.606 INFO 77804 --- [ 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:30:26.637 INFO 77804 --- [ 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:30:26.637 INFO 77804 --- [ 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:30:26.668 INFO 77804 --- [ 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:30:26.668 INFO 77804 --- [ 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:30:26.699 INFO 77804 --- [ 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:30:26.699 INFO 77804 --- [ 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:30:26.746 INFO 77804 --- [ 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:30:26.746 INFO 77804 --- [ 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:30:26.778 INFO 77804 --- [ 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:30:26.778 INFO 77804 --- [ 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:30:26.809 INFO 77804 --- [ 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:30:26.809 INFO 77804 --- [ 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:30:26.840 INFO 77804 --- [ 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:30:26.840 INFO 77804 --- [ 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:30:26.887 INFO 77804 --- [ 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:30:26.887 INFO 77804 --- [ 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 47ms 2017-02-22 20:30:26.918 INFO 77804 --- [ 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:30:26.918 INFO 77804 --- [ 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:30:26.949 INFO 77804 --- [ 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:30:26.949 INFO 77804 --- [ 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:30:26.996 INFO 77804 --- [ 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:30:26.996 INFO 77804 --- [ 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:30:27.028 INFO 77804 --- [ 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:30:27.028 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:27.059 INFO 77804 --- [ 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:30:27.059 INFO 77804 --- [ 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:30:27.106 INFO 77804 --- [ 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:30:27.106 INFO 77804 --- [ 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:30:27.137 INFO 77804 --- [ 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:30:27.137 INFO 77804 --- [ 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:30:27.168 INFO 77804 --- [ 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:30:27.168 INFO 77804 --- [ 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:30:27.215 INFO 77804 --- [ 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:30:27.215 INFO 77804 --- [ 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 47ms 2017-02-22 20:30:27.246 INFO 77804 --- [ 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:30:27.246 INFO 77804 --- [ 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:30:27.278 INFO 77804 --- [ 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:30:27.278 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:27.309 INFO 77804 --- [ 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:30:27.309 INFO 77804 --- [ 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:30:27.356 INFO 77804 --- [ 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:30:27.356 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:27.387 INFO 77804 --- [ 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:30:27.387 INFO 77804 --- [ 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:30:27.434 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-5::rmemoria: Index idx_search created 2017-02-22 20:30:27.434 INFO 77804 --- [ 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:30:27.449 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-3::rmemoria: Index idx_cacheddata created 2017-02-22 20:30:27.449 INFO 77804 --- [ 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:30:27.465 INFO 77804 --- [ 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:30:27.465 INFO 77804 --- [ 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:30:27.496 INFO 77804 --- [ 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:30:27.496 INFO 77804 --- [ 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:30:27.559 INFO 77804 --- [ 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:30:27.559 INFO 77804 --- [ 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 63ms 2017-02-22 20:30:27.621 INFO 77804 --- [ 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:30:27.621 INFO 77804 --- [ 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 47ms 2017-02-22 20:30:27.653 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-1::msantos: Table deletedentity created 2017-02-22 20:30:27.653 INFO 77804 --- [ 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 32ms 2017-02-22 20:30:28.137 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-2::msantos: Custom SQL executed 2017-02-22 20:30:28.137 INFO 77804 --- [ 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 469ms 2017-02-22 20:30:28.528 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-3::msantos: Custom SQL executed 2017-02-22 20:30:28.528 INFO 77804 --- [ 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 391ms 2017-02-22 20:30:28.934 INFO 77804 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-4::msantos: Custom SQL executed 2017-02-22 20:30:28.934 INFO 77804 --- [ 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:30:28.934 INFO 77804 --- [ main] liquibase : Successfully released change log lock 2017-02-22 20:30:29.278 INFO 77804 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default' 2017-02-22 20:30:29.278 INFO 77804 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2017-02-22 20:30:29.340 INFO 77804 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect 2017-02-22 20:30:29.668 INFO 77804 --- [ main] o.h.tool.hbm2ddl.SchemaValidator : HHH000229: Running schema validator 2017-02-22 20:30:43.090 WARN 77804 --- [ 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:30:43.090 INFO 77804 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2017-02-22 20:30:43.200 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Initializing a new instance of dozer bean mapper. 2017-02-22 20:30:44.106 INFO 77804 --- [ main] o.s.w.s.v.f.FreeMarkerConfigurer : ClassTemplateLoader for Spring macros added to FreeMarker configuration 2017-02-22 20:30:44.528 INFO 77804 --- [ main] o.m.e.commons.forms.FormConfiguration : Scanning form type handlers 2017-02-22 20:30:44.575 INFO 77804 --- [ 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:30:46.168 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6de5e190: startup date [Wed Feb 22 20:30:14 EST 2017]; root of context hierarchy 2017-02-22 20:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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) 2017-02-22 20:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/onlineusers],methods=[POST]}" onto public java.util.List org.msh.etbm.web.api.admin.OnlineUsersRepREST.query() 2017-02-22 20:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.246 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/auth/workspaces],methods=[POST]}" onto public java.util.List org.msh.etbm.web.api.authentication.AuthenticatorREST.getWorkspaces(org.msh.etbm.web.api.authentication.WorkspacesRequest) 2017-02-22 20:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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.web.api.cases.CaseSearchREST.search(org.msh.etbm.services.cases.search.CaseSearchRequest) 2017-02-22 20:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ 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:30:46.262 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/view/adminunit],methods=[POST]}" onto public java.util.List org.msh.etbm.web.api.cases.CasesViewREST.generateReport(java.util.UUID) 2017-02-22 20:30:46.278 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/view],methods=[POST]}" onto public java.util.List org.msh.etbm.web.api.cases.CasesViewREST.generateReport() 2017-02-22 20:30:46.278 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/view/places],methods=[POST]}" onto public java.util.List org.msh.etbm.web.api.cases.CasesViewREST.generateReportByAdminUnit(java.util.UUID) 2017-02-22 20:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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.web.api.cases.PatientREST.query(org.msh.etbm.services.cases.patient.PatientQueryParams) 2017-02-22 20:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/form/request],methods=[POST]}" onto public java.util.Map org.msh.etbm.web.api.forms.FormREST.initFields(java.util.List) 2017-02-22 20:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/models],methods=[GET]}" onto public java.util.List> org.msh.etbm.web.api.model.ModelsREST.getAllModels() 2017-02-22 20:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/session/search],methods=[POST]}" onto public java.util.List org.msh.etbm.web.api.session.SearchREST.searchByKey(org.msh.etbm.services.session.search.SearchRequest) 2017-02-22 20:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/workspaces],methods=[POST]}" onto public java.util.List org.msh.etbm.web.api.session.UserSessionRest.getUserWorkspaces() 2017-02-22 20:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ 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:30:46.278 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/]}" onto public java.lang.String org.msh.etbm.web.templates.IndexController.welcome(java.util.Map,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2017-02-22 20:30:46.293 INFO 77804 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2017-02-22 20:30:46.293 INFO 77804 --- [ 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:30:46.371 INFO 77804 --- [ 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:30:46.371 INFO 77804 --- [ 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:30:46.403 INFO 77804 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in exceptionHandlingController 2017-02-22 20:30:46.403 INFO 77804 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in unexpectedExceptionHandlingController 2017-02-22 20:30:46.434 INFO 77804 --- [ 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:30:46.903 INFO 77804 --- [ main] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing 2017-02-22 20:30:46.918 INFO 77804 --- [ main] o.m.e.test.services.pub.ForgotPwdTest : Started ForgotPwdTest in 32.594 seconds (JVM running for 84.29) 2017-02-22 20:30:46.918 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : Initializing database: running setup-database.sql 2017-02-22 20:30:46.918 INFO 77804 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from class path resource [setup-database.sql] 2017-02-22 20:30:46.934 INFO 77804 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from class path resource [setup-database.sql] in 16 ms. 2017-02-22 20:30:46.934 INFO 77804 --- [ main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory 2017-02-22 20:30:46.934 INFO 77804 --- [ 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:30:46.934 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/config.mapper.xml 2017-02-22 20:30:46.934 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/config.mapper.xml] to load custom xml mappings 2017-02-22 20:30:46.934 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/config.mapper.xml] 2017-02-22 20:30:46.934 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/global.mapper.xml 2017-02-22 20:30:46.934 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/global.mapper.xml] to load custom xml mappings 2017-02-22 20:30:46.950 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/global.mapper.xml] 2017-02-22 20:30:46.950 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/adminunit.mapper.xml 2017-02-22 20:30:46.950 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/adminunit.mapper.xml] to load custom xml mappings 2017-02-22 20:30:46.950 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/adminunit.mapper.xml] 2017-02-22 20:30:46.950 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/unit.mapper.xml 2017-02-22 20:30:46.950 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/unit.mapper.xml] to load custom xml mappings 2017-02-22 20:30:46.950 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/unit.mapper.xml] 2017-02-22 20:30:46.950 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/source.mapper.xml 2017-02-22 20:30:46.950 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/source.mapper.xml] to load custom xml mappings 2017-02-22 20:30:46.950 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/source.mapper.xml] 2017-02-22 20:30:46.950 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/product.mapper.xml 2017-02-22 20:30:46.950 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/product.mapper.xml] to load custom xml mappings 2017-02-22 20:30:46.965 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/product.mapper.xml] 2017-02-22 20:30:46.965 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/substance.mapper.xml 2017-02-22 20:30:46.965 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/substance.mapper.xml] to load custom xml mappings 2017-02-22 20:30:46.965 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/substance.mapper.xml] 2017-02-22 20:30:46.965 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/workspace.mapper.xml 2017-02-22 20:30:46.965 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/workspace.mapper.xml] to load custom xml mappings 2017-02-22 20:30:46.965 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/workspace.mapper.xml] 2017-02-22 20:30:46.965 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/userws.mapper.xml 2017-02-22 20:30:46.965 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/userws.mapper.xml] to load custom xml mappings 2017-02-22 20:30:46.965 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/userws.mapper.xml] 2017-02-22 20:30:46.965 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/regimen.mapper.xml 2017-02-22 20:30:46.965 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/regimen.mapper.xml] to load custom xml mappings 2017-02-22 20:30:46.981 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/regimen.mapper.xml] 2017-02-22 20:30:46.981 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/sysconfig.mapper.xml 2017-02-22 20:30:46.981 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/sysconfig.mapper.xml] to load custom xml mappings 2017-02-22 20:30:46.981 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/sysconfig.mapper.xml] 2017-02-22 20:30:46.981 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/followup.mapper.xml 2017-02-22 20:30:46.981 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/followup.mapper.xml] to load custom xml mappings 2017-02-22 20:30:46.981 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/followup.mapper.xml] 2017-02-22 20:30:46.981 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/case.mapper.xml 2017-02-22 20:30:46.981 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/case.mapper.xml] to load custom xml mappings 2017-02-22 20:30:46.981 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/case.mapper.xml] 2017-02-22 20:30:46.981 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/prevtbtreatment.mapper.xml 2017-02-22 20:30:46.981 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/prevtbtreatment.mapper.xml] to load custom xml mappings 2017-02-22 20:30:46.981 INFO 77804 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/prevtbtreatment.mapper.xml] 2017-02-22 20:30:46.997 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : Initializing workspace and admin user 2017-02-22 20:30:47.153 INFO 77804 --- [127.0.0.1:64222] 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: 32.859 sec - in org.msh.etbm.test.services.pub.ForgotPwdTest Running org.msh.etbm.test.services.UserSettingsTest 2017-02-22 20:30:47.168 INFO 77804 --- [ 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:30:47.168 INFO 77804 --- [ 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:30:47.168 INFO 77804 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4d67be11, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@132cfd21, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4b9d5a20, org.springframework.test.context.support.DirtiesContextTestExecutionListener@d1c77e1, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7dfbc765, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@94ae80e, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@28a7ef5d, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@466a36d7, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@65891190, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@3b5d8fb7, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@2c974286, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@3b5c054d] 2017-02-22 20:30:47.184 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated 2017-02-22 20:30:47.231 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated 2017-02-22 20:30:47.309 INFO 77804 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec - in org.msh.etbm.test.services.UserSettingsTest 2017-02-22 20:30:47.356 INFO 77804 --- [ Thread-2] o.s.w.c.s.GenericWebApplicationContext : Closing org.springframework.web.context.support.GenericWebApplicationContext@2687f956: startup date [Wed Feb 22 20:29:25 EST 2017]; root of context hierarchy 2017-02-22 20:30:47.356 INFO 77804 --- [ Thread-5] o.s.w.c.s.GenericWebApplicationContext : Closing org.springframework.web.context.support.GenericWebApplicationContext@6de5e190: startup date [Wed Feb 22 20:30:14 EST 2017]; root of context hierarchy 2017-02-22 20:30:47.372 INFO 77804 --- [ Thread-2] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' 2017-02-22 20:30:47.372 INFO 77804 --- [ 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 (master)\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 (master)\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 (master)\target\etbmanager-3.0.0-unix.zip [INFO] Building zip: C:\apps\jenkins\workspace\eTBM 3 (master)\target\etbmanager-3.0.0-windows.zip [INFO] [INFO] --- spring-boot-maven-plugin:1.3.5.RELEASE:repackage (default) @ etbmanager --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:54 min [INFO] Finished at: 2017-02-22T20:30:58-05:00 [INFO] Final Memory: 61M/1003M [INFO] ------------------------------------------------------------------------ [eTBM 3 (master)] $ cmd /c call C:\Users\jenkins\AppData\Local\Temp\hudson4207717387436525579.bat C:\apps\jenkins\workspace\eTBM 3 (master)>copy "c:\apps\jenkins\workspace\eTBM 3 (master)\target\etbmanager-*.zip" c:\apps\etbmsite\download c:\apps\jenkins\workspace\eTBM 3 (master)\target\etbmanager-3.0.0-unix.zip c:\apps\jenkins\workspace\eTBM 3 (master)\target\etbmanager-3.0.0-windows.zip 2 file(s) copied. C:\apps\jenkins\workspace\eTBM 3 (master)>npm run generate-site download-dir=c:/apps/etbmsite url-path=http://dev.msh.org/etbm3/download 'npm' is not recognized as an internal or external command, operable program or batch file. C:\apps\jenkins\workspace\eTBM 3 (master)>exit 9009 Build step 'Execute Windows batch command' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Recording test results Finished: FAILURE