@zohodesk/react-cli 0.0.1-exp.160.3 → 0.0.1-exp.162.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +1 -1
- package/README.md +81 -9
- package/bin/cli.js +50 -2
- package/eslint/NOTES.md +3 -0
- package/eslint/mockapi.html +18 -0
- package/eslint/mockapi.md +5 -0
- package/lib/configs/jest.config.js +12 -3
- package/lib/configs/libAlias.js +31 -0
- package/lib/configs/webpack.dev.config.js +6 -19
- package/lib/configs/webpack.prod.config.js +32 -28
- package/lib/pluginUtils/getDevPlugins.js +2 -0
- package/lib/pluginUtils/getProdPlugins.js +14 -6
- package/lib/plugins/EFCPlugin.js +43 -13
- package/lib/plugins/EFCTemplatePlugin.js +151 -0
- package/lib/plugins/ManifestPlugin.js +8 -0
- package/lib/schemas/index.js +9 -0
- package/lib/utils/cssClassNameGenerate.js +9 -2
- package/lib/utils/getCurrentBranch.js +1 -1
- package/lib/utils/getOptions.js +52 -0
- package/lib/utils/jsonHelper.js +8 -5
- package/log.log +702 -0
- package/package.json +6 -5
package/log.log
ADDED
@@ -0,0 +1,702 @@
|
|
1
|
+
[0KRunning with gitlab-runner 14.6.0 (5316d4ac)[0;m
|
2
|
+
[0K on docker suppport for CI KPcAeSsn[0;m
|
3
|
+
section_start:1641563946:prepare_executor
|
4
|
+
[0KUsing Docker executor with image kdsankar/cypresstomcat:latest ...[0;m
|
5
|
+
[0KPulling docker image kdsankar/cypresstomcat:latest ...[0;m
|
6
|
+
[0KUsing docker image sha256:aadd92a55a0bdc7aee4b6b06f02908fdba8fa43010697b739ad518f8c2f6348f for kdsankar/cypresstomcat:latest with digest kdsankar/cypresstomcat@sha256:c075cf03ac9be44f7793febb6b2b8ef61e3756e246e49bd644c22b14bf9825c3 ...[0;m
|
7
|
+
section_end:1641563951:prepare_executor
|
8
|
+
Running on runner-kpcaessn-project-11885-concurrent-0 via f480974b317c...
|
9
|
+
section_end:1641563952:prepare_script
|
10
|
+
[32;1mFetching changes with git depth set to 50...[0;m
|
11
|
+
Initialized empty Git repository in /builds/zohodesk/RestAPIBuilder/.git/
|
12
|
+
[32;1mCreated fresh repository.[0;m
|
13
|
+
[32;1mChecking out 226dec6b as refs/merge-requests/94/head...[0;m
|
14
|
+
|
15
|
+
[32;1mSkipping Git submodules setup[0;m
|
16
|
+
section_end:1641563958:get_sources
|
17
|
+
[32;1mChecking cache for node_modules...[0;m
|
18
|
+
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted.[0;m
|
19
|
+
[32;1mSuccessfully extracted cache[0;m
|
20
|
+
section_end:1641563959:restore_cache
|
21
|
+
[0KUsing docker image sha256:aadd92a55a0bdc7aee4b6b06f02908fdba8fa43010697b739ad518f8c2f6348f for kdsankar/cypresstomcat:latest with digest kdsankar/cypresstomcat@sha256:c075cf03ac9be44f7793febb6b2b8ef61e3756e246e49bd644c22b14bf9825c3 ...[0;m
|
22
|
+
[32;1m$ echo "Started running collections in docker"[0;m
|
23
|
+
Started running collections in docker
|
24
|
+
[32;1m$ /opt/gradle/gradle-6.8/bin/gradle war[0;m
|
25
|
+
Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
|
26
|
+
|
27
|
+
> Task :compileJava
|
28
|
+
Note: /builds/zohodesk/RestAPIBuilder/src/main/java/com/zoho/automation/endpoints/core/EndPointUtil.java uses or overrides a deprecated API.
|
29
|
+
Note: Recompile with -Xlint:deprecation for details.
|
30
|
+
Note: Some input files use unchecked or unsafe operations.
|
31
|
+
Note: Recompile with -Xlint:unchecked for details.
|
32
|
+
|
33
|
+
> Task :compileGroovy NO-SOURCE
|
34
|
+
> Task :processResources NO-SOURCE
|
35
|
+
> Task :classes
|
36
|
+
|
37
|
+
> Task :war
|
38
|
+
/builds/zohodesk/RestAPIBuilder/jsapps/apibuilder
|
39
|
+
/builds/zohodesk/RestAPIBuilder/build/RESTAPIBUILDER/tmp/apibuilder
|
40
|
+
mkdir: cannot create directory '/builds/zohodesk/RestAPIBuilder/build/RESTAPIBUILDER/tmp/apibuilder': File exists
|
41
|
+
v10.19.0
|
42
|
+
6.14.4
|
43
|
+
npm WARN deprecated jest-environment-jsdom-sixteen@2.0.0: jest@26 ships with jsdom@16, so there is no reason to use this module
|
44
|
+
npm WARN deprecated babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
|
45
|
+
npm WARN deprecated eslint-loader@3.0.3: This loader has been deprecated. Please use eslint-webpack-plugin
|
46
|
+
npm WARN deprecated html-webpack-plugin@4.0.0-beta.11: please switch to a stable version
|
47
|
+
npm WARN deprecated fsevents@2.1.2: "Please update to latest v2.3 or v2.2"
|
48
|
+
npm WARN deprecated core-js@2.6.12: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
|
49
|
+
npm WARN deprecated eslint-loader@4.0.2: This loader has been deprecated. Please use eslint-webpack-plugin
|
50
|
+
npm WARN deprecated gitlab@14.2.2: The gitlab package has found a new home in the @gitbeaker organization. For the latest gitlab node library, check out @gitbeaker/node. A full list of the features can be found here: https://github.com/jdalrymple/gitbeaker#readme
|
51
|
+
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
|
52
|
+
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
|
53
|
+
npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
|
54
|
+
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
|
55
|
+
npm WARN deprecated webdriverio@4.14.4: outdated version, please use @next
|
56
|
+
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
|
57
|
+
npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
|
58
|
+
npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
|
59
|
+
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
|
60
|
+
npm WARN deprecated @hapi/joi@15.1.1: Switch to 'npm install joi'
|
61
|
+
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
|
62
|
+
npm WARN deprecated mkdirp@0.3.5: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
|
63
|
+
npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash.
|
64
|
+
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
|
65
|
+
npm WARN deprecated @hapi/address@2.1.4: Moved to 'npm install @sideway/address'
|
66
|
+
npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
|
67
|
+
npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
|
68
|
+
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
|
69
|
+
npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
|
70
|
+
npm WARN deprecated cross-spawn-async@1.0.1: cross-spawn no longer requires a build toolchain, use it instead
|
71
|
+
npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart()
|
72
|
+
|
73
|
+
> core-js@2.6.12 postinstall /builds/zohodesk/RestAPIBuilder/client-resource/node_modules/babel-runtime/node_modules/core-js
|
74
|
+
> node -e "try{require('./postinstall')}catch(e){}"
|
75
|
+
|
76
|
+
|
77
|
+
> core-js@3.6.5 postinstall /builds/zohodesk/RestAPIBuilder/client-resource/node_modules/core-js
|
78
|
+
> node -e "try{require('./postinstall')}catch(e){}"
|
79
|
+
|
80
|
+
|
81
|
+
> core-js-pure@3.20.2 postinstall /builds/zohodesk/RestAPIBuilder/client-resource/node_modules/core-js-pure
|
82
|
+
> node -e "try{require('./postinstall')}catch(e){}"
|
83
|
+
|
84
|
+
|
85
|
+
> nodemailer@6.4.11 postinstall /builds/zohodesk/RestAPIBuilder/client-resource/node_modules/nodemailer
|
86
|
+
> node -e "try{require('./postinstall')}catch(e){}"
|
87
|
+
|
88
|
+
|
89
|
+
> ejs@2.7.4 postinstall /builds/zohodesk/RestAPIBuilder/client-resource/node_modules/webpack-bundle-analyzer/node_modules/ejs
|
90
|
+
> node ./postinstall.js
|
91
|
+
|
92
|
+
|
93
|
+
> nodemon@2.0.4 postinstall /builds/zohodesk/RestAPIBuilder/client-resource/node_modules/nodemon
|
94
|
+
> node bin/postinstall || exit 0
|
95
|
+
|
96
|
+
|
97
|
+
> cypress@9.2.0 postinstall /builds/zohodesk/RestAPIBuilder/client-resource/node_modules/cypress
|
98
|
+
> node index.js --exec install
|
99
|
+
|
100
|
+
Installing Cypress (version: 9.2.0)
|
101
|
+
|
102
|
+
[STARTED] Task without title.
|
103
|
+
[SUCCESS] Task without title.
|
104
|
+
[STARTED] Task without title.
|
105
|
+
[SUCCESS] Task without title.
|
106
|
+
[STARTED] Task without title.
|
107
|
+
[SUCCESS] Task without title.
|
108
|
+
|
109
|
+
You can now open Cypress by running: node_modules/.bin/cypress open
|
110
|
+
|
111
|
+
https://on.cypress.io/installing-cypress
|
112
|
+
|
113
|
+
|
114
|
+
> msw@0.36.3 postinstall /builds/zohodesk/RestAPIBuilder/client-resource/node_modules/msw
|
115
|
+
> node -e "try{require('./config/scripts/postinstall')}catch(e){}"
|
116
|
+
|
117
|
+
npm notice created a lockfile as package-lock.json. You should commit this file.
|
118
|
+
npm WARN notsup Unsupported engine for @testing-library/react@12.1.2: wanted: {"node":">=12"} (current: {"node":"10.19.0","npm":"6.14.4"})
|
119
|
+
npm WARN notsup Not compatible with your version of node/npm: @testing-library/react@12.1.2
|
120
|
+
npm WARN notsup Unsupported engine for @testing-library/dom@8.11.1: wanted: {"node":">=12"} (current: {"node":"10.19.0","npm":"6.14.4"})
|
121
|
+
npm WARN notsup Not compatible with your version of node/npm: @testing-library/dom@8.11.1
|
122
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/chokidar/node_modules/fsevents):
|
123
|
+
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
|
124
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^2.1.2 (node_modules/jest-haste-map/node_modules/fsevents):
|
125
|
+
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
|
126
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/nodemon/node_modules/chokidar/node_modules/fsevents):
|
127
|
+
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
|
128
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/fork-ts-checker-webpack-plugin/node_modules/chokidar/node_modules/fsevents):
|
129
|
+
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
|
130
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/watchpack/node_modules/chokidar/node_modules/fsevents):
|
131
|
+
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
|
132
|
+
npm WARN notsup Unsupported engine for yargs@17.3.1: wanted: {"node":">=12"} (current: {"node":"10.19.0","npm":"6.14.4"})
|
133
|
+
npm WARN notsup Not compatible with your version of node/npm: yargs@17.3.1
|
134
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/msw/node_modules/chokidar/node_modules/fsevents):
|
135
|
+
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
|
136
|
+
npm WARN notsup Unsupported engine for yargs-parser@21.0.0: wanted: {"node":">=12"} (current: {"node":"10.19.0","npm":"6.14.4"})
|
137
|
+
npm WARN notsup Not compatible with your version of node/npm: yargs-parser@21.0.0
|
138
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/react-scripts/node_modules/fsevents):
|
139
|
+
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
|
140
|
+
npm WARN notsup Unsupported engine for cypress@9.2.0: wanted: {"node":">=12.0.0"} (current: {"node":"10.19.0","npm":"6.14.4"})
|
141
|
+
npm WARN notsup Not compatible with your version of node/npm: cypress@9.2.0
|
142
|
+
npm WARN @zohodesk/components@1.0.0-alpha-198 requires a peer of react-sortable-hoc@^0.8.3 but none is installed. You must install peer dependencies yourself.
|
143
|
+
npm WARN @zohodesk/dot@1.0.0-beta.179 requires a peer of @zohodesk/components@1.0.0-alpha-195 but none is installed. You must install peer dependencies yourself.
|
144
|
+
npm WARN @zohodesk/svg@1.0.0-beta.34 requires a peer of @zohodesk/components@1.0.0-alpha-190 but none is installed. You must install peer dependencies yourself.
|
145
|
+
npm WARN @zohodesk/virtualizer@1.0.11 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself.
|
146
|
+
npm WARN react-dom@16.13.1 requires a peer of react@^16.13.1 but none is installed. You must install peer dependencies yourself.
|
147
|
+
npm WARN react-test-renderer@16.13.1 requires a peer of react@^16.13.1 but none is installed. You must install peer dependencies yourself.
|
148
|
+
npm WARN velocity-react@1.4.3 requires a peer of react@^15.3.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
|
149
|
+
npm WARN @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.7 requires a peer of @babel/core@^7.13.0 but none is installed. You must install peer dependencies yourself.
|
150
|
+
npm WARN @babel/plugin-proposal-class-static-block@7.16.7 requires a peer of @babel/core@^7.12.0 but none is installed. You must install peer dependencies yourself.
|
151
|
+
npm WARN @babel/helper-define-polyfill-provider@0.3.0 requires a peer of @babel/core@^7.4.0-0 but none is installed. You must install peer dependencies yourself.
|
152
|
+
npm WARN tsutils@3.21.0 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
|
153
|
+
npm WARN @babel/helper-define-polyfill-provider@0.2.4 requires a peer of @babel/core@^7.4.0-0 but none is installed. You must install peer dependencies yourself.
|
154
|
+
npm WARN spec_ui_enhancement@1.0.0 No repository field.
|
155
|
+
|
156
|
+
added 2991 packages from 1311 contributors and audited 3005 packages in 88.471s
|
157
|
+
|
158
|
+
150 packages are looking for funding
|
159
|
+
run `npm fund` for details
|
160
|
+
|
161
|
+
found 81 vulnerabilities (2 low, 64 moderate, 13 high, 2 critical)
|
162
|
+
run `npm audit fix` to fix them, or `npm audit` for details
|
163
|
+
|
164
|
+
> spec_ui_enhancement@1.0.0 build /builds/zohodesk/RestAPIBuilder/client-resource
|
165
|
+
> react-cli build
|
166
|
+
|
167
|
+
/builds/zohodesk/RestAPIBuilder/client-resource/node_modules/@zohodesk/react-cli/lib/utils/getCurrentBranch.js:25
|
168
|
+
let [currentBranch] = results.output.filter(d => d);
|
169
|
+
^
|
170
|
+
|
171
|
+
TypeError: Cannot read property 'filter' of null
|
172
|
+
at _default (/builds/zohodesk/RestAPIBuilder/client-resource/node_modules/@zohodesk/react-cli/lib/utils/getCurrentBranch.js:25:40)
|
173
|
+
at Object.<anonymous> (/builds/zohodesk/RestAPIBuilder/client-resource/node_modules/@zohodesk/react-cli/lib/schemas/index.js:300:44)
|
174
|
+
at Module._compile (internal/modules/cjs/loader.js:778:30)
|
175
|
+
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
|
176
|
+
at Module.load (internal/modules/cjs/loader.js:653:32)
|
177
|
+
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
|
178
|
+
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
|
179
|
+
at Module.require (internal/modules/cjs/loader.js:692:17)
|
180
|
+
at require (internal/modules/cjs/helpers.js:25:18)
|
181
|
+
at Object.<anonymous> (/builds/zohodesk/RestAPIBuilder/client-resource/node_modules/@zohodesk/react-cli/lib/utils/getOptions.js:12:39)
|
182
|
+
npm ERR! code ELIFECYCLE
|
183
|
+
npm ERR! errno 1
|
184
|
+
npm ERR! spec_ui_enhancement@1.0.0 build: `react-cli build`
|
185
|
+
npm ERR! Exit status 1
|
186
|
+
npm ERR!
|
187
|
+
npm ERR! Failed at the spec_ui_enhancement@1.0.0 build script.
|
188
|
+
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
|
189
|
+
|
190
|
+
npm ERR! A complete log of this run can be found in:
|
191
|
+
npm ERR! /root/.npm/_logs/2022-01-07T14_01_11_066Z-debug.log
|
192
|
+
/builds/zohodesk/RestAPIBuilder
|
193
|
+
|
194
|
+
BUILD SUCCESSFUL in 1m 53s
|
195
|
+
2 actionable tasks: 2 executed
|
196
|
+
[32;1m$ mv build/RESTAPIBUILDER/output/RestAPIBuilder.zip /opt/tomcat/apache-tomcat-8.5.73/webapps/[0;m
|
197
|
+
[32;1m$ unzip /opt/tomcat/apache-tomcat-8.5.73/webapps/RestAPIBuilder.zip -d /opt/tomcat/apache-tomcat-8.5.73/webapps/[0;m
|
198
|
+
Archive: /opt/tomcat/apache-tomcat-8.5.73/webapps/RestAPIBuilder.zip
|
199
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/
|
200
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/META-INF/
|
201
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/
|
202
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/
|
203
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/
|
204
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/adventnet/
|
205
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/adventnet/iam/
|
206
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/adventnet/iam/security/
|
207
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/
|
208
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/
|
209
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/common/
|
210
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/common/core/
|
211
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/common/exception/
|
212
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/common/json/
|
213
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/constants/
|
214
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/constraints/
|
215
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/constraints/core/
|
216
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/converter/
|
217
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/converter/core/
|
218
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/
|
219
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/core/
|
220
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/util/
|
221
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/endpoints/
|
222
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/endpoints/constants/
|
223
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/endpoints/core/
|
224
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/exceptions/
|
225
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/filter/
|
226
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/filter/constants/
|
227
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/migration/
|
228
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/module/
|
229
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/module/api/
|
230
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/module/constants/
|
231
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/module/core/
|
232
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/openApi/
|
233
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/openApi/core/
|
234
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/projects/
|
235
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/projects/core/
|
236
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/restapi/
|
237
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/restapi/service/
|
238
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/schema/
|
239
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/service/
|
240
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/service/core/
|
241
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/servlets/
|
242
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/templates/
|
243
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/templates/constants/
|
244
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/templates/core/
|
245
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/typeDefinition/
|
246
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/typeDefinition/api/
|
247
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/typeDefinition/constants/
|
248
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/typeDefinition/core/
|
249
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/utils/
|
250
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/conf/
|
251
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/
|
252
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/conf/
|
253
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/conf/meta/
|
254
|
+
creating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/jsp/
|
255
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/META-INF/MANIFEST.MF
|
256
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/adventnet/iam/security/ProxyUtil.class
|
257
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/common/core/HttpMethod.class
|
258
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/common/core/Location.class
|
259
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/common/core/SchemaFileStorageAction.class
|
260
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/common/core/SchemaStorageAction.class
|
261
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/common/exception/ExceptionUtil.class
|
262
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/common/json/JacksonActionImpl.class
|
263
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/common/json/JsonActionApi.class
|
264
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/constants/Constants.class
|
265
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/constants/MetaConstants.class
|
266
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/constraints/ConstraintsUtil.class
|
267
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/constraints/core/ConstraintApi.class
|
268
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/constraints/core/ConstraintApiImpl.class
|
269
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/converter/core/SchemaConverter.class
|
270
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/TestingSpecificationApiImpl.class
|
271
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/core/Api$Builder.class
|
272
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/core/Api.class
|
273
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/core/ApiTestingSpecification$Builder.class
|
274
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/core/ApiTestingSpecification.class
|
275
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/core/Generator$Builder.class
|
276
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/core/Generator.class
|
277
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/core/GeneratorParam$Builder.class
|
278
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/core/GeneratorParam$GeneratorParamValue.class
|
279
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/core/GeneratorParam.class
|
280
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/core/Input$Builder.class
|
281
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/core/Input.class
|
282
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/core/PrivateAccount.class
|
283
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/core/Response$Builder.class
|
284
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/core/Response.class
|
285
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/core/TestingSpecificationApi.class
|
286
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/util/ApiTestingSpecificationConstants.class
|
287
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/util/ApiTestingSpecificationPojoConstructor.class
|
288
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/dataGenerators/util/ApiTestingSpecificationResponseConstructor.class
|
289
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/endpoints/constants/ApiDetailConstant.class
|
290
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/endpoints/core/ApiDetail.class
|
291
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/endpoints/core/ApiDetailBuilder.class
|
292
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/endpoints/core/EndPointAPI.class
|
293
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/endpoints/core/EndPointAPIImpl.class
|
294
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/endpoints/core/EndPointUtil.class
|
295
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/endpoints/core/Response$Builder.class
|
296
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/endpoints/core/Response.class
|
297
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/exceptions/InvalidDataException.class
|
298
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/filter/APIFilter.class
|
299
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/filter/CORSFilter.class
|
300
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/filter/SecurityFilter.class
|
301
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/filter/constants/RestAPIConstants.class
|
302
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/migration/ModuleFolderNameMigration.class
|
303
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/module/api/ModuleAPIResponseConstractor.class
|
304
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/module/constants/ModuleConstants.class
|
305
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/module/core/ModuleAPI.class
|
306
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/module/core/ModuleAPIImpl.class
|
307
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/module/core/ModuleUtil.class
|
308
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/module/core/ValidationUtils.class
|
309
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/openApi/core/OpenApiGenerator.class
|
310
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/openApi/core/SchemaToSwaggerConverter.class
|
311
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/projects/ProjectsApiImpl.class
|
312
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/projects/ProjectsUtil.class
|
313
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/projects/core/Project.class
|
314
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/restapi/service/APIDetailService.class
|
315
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/restapi/service/ConstraintsService.class
|
316
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/restapi/service/MetaInfoService.class
|
317
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/restapi/service/ModuleService.class
|
318
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/restapi/service/ProjectService.class
|
319
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/restapi/service/Service.class
|
320
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/restapi/service/TemplatesService.class
|
321
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/restapi/service/TestingSpecificationsApiService.class
|
322
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/restapi/service/TypeDefinitionService.class
|
323
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/schema/PropertyAPI.class
|
324
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/service/core/ServiceAPI.class
|
325
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/service/core/ServiceAPIImpl.class
|
326
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/servlets/ServerStartUpServlet.class
|
327
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/templates/TemplatesUtil.class
|
328
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/templates/constants/TemplateConstants.class
|
329
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/templates/core/Template.class
|
330
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/templates/core/TemplateApiImpl.class
|
331
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/templates/core/TemplatesApi.class
|
332
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/typeDefinition/api/TypeDefinitionResponseConstractor.class
|
333
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/typeDefinition/constants/TypeDefinitionConstants.class
|
334
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/typeDefinition/core/TypeDefinition.class
|
335
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/typeDefinition/core/TypeDefinitionAPI.class
|
336
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/typeDefinition/core/TypeDefinitionAPIImpl.class
|
337
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/utils/AttachmentUtil.class
|
338
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/utils/RestAPIUtil.class
|
339
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/classes/com/zoho/automation/utils/SpecUIUtil.class
|
340
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/conf/regexes.yaml
|
341
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/conf/security-safeheaders.xml
|
342
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/activation-1.1.jar
|
343
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/animal-sniffer-annotations-1.17.jar
|
344
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/aopalliance-repackaged-2.5.0-b42.jar
|
345
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/automation-io-1.0.0.jar
|
346
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/automation-jackson-1.0.1.jar
|
347
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/automation-logger-1.0.0.jar
|
348
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/automation-reflection-1.0.0.jar
|
349
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/automation-restapi-1.0.0.jar
|
350
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/btf-1.2.jar
|
351
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/checker-compat-qual-2.5.2.jar
|
352
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/classgraph-4.6.32.jar
|
353
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/commons-beanutils-1.7.0.jar
|
354
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/commons-codec-1.9.jar
|
355
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/commons-csv-1.1.jar
|
356
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/commons-fileupload-1.4.jar
|
357
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/commons-httpclient-3.0-rc1.jar
|
358
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/commons-io-2.5.jar
|
359
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/commons-lang-2.6.jar
|
360
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/commons-lang3-3.7.jar
|
361
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/commons-logging-1.2.jar
|
362
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/commons-math3-3.6.1.jar
|
363
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/error_prone_annotations-2.2.0.jar
|
364
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/esapi-2.1.0.1.jar
|
365
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/failureaccess-1.0.1.jar
|
366
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/guava-27.0.1-android.jar
|
367
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/hamcrest-core-1.3.jar
|
368
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/hk2-api-2.5.0-b42.jar
|
369
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/hk2-locator-2.5.0-b42.jar
|
370
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/hk2-utils-2.5.0-b42.jar
|
371
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/httpclient-4.5.2.jar
|
372
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/httpcore-4.4.4.jar
|
373
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/j2objc-annotations-1.1.jar
|
374
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jackson-annotations-2.12.2.jar
|
375
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jackson-core-2.12.2.jar
|
376
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jackson-core-asl-1.9.13.jar
|
377
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jackson-coreutils-1.8.jar
|
378
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jackson-databind-2.12.2.jar
|
379
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jackson-dataformat-xml-2.12.2.jar
|
380
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jackson-dataformat-yaml-2.12.2.jar
|
381
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jackson-datatype-joda-2.12.2.jar
|
382
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jackson-datatype-jsr310-2.12.2.jar
|
383
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jackson-jaxrs-base-2.12.2.jar
|
384
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jackson-jaxrs-json-provider-2.12.2.jar
|
385
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jackson-jaxrs-xml-provider-2.12.2.jar
|
386
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jackson-jaxrs-yaml-provider-2.12.2.jar
|
387
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jackson-mapper-asl-1.9.13.jar
|
388
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jackson-module-jaxb-annotations-2.12.2.jar
|
389
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jakarta.activation-api-1.2.1.jar
|
390
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jakarta.xml.bind-api-2.3.2.jar
|
391
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/javassist-3.22.0-GA.jar
|
392
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/javax.annotation-api-1.2.jar
|
393
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/javax.inject-1.jar
|
394
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/javax.inject-2.5.0-b42.jar
|
395
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/javax.servlet-api-3.1.0.jar
|
396
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/javax.ws.rs-api-2.1.jar
|
397
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jaxb-api-2.3.0.jar
|
398
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jersey-client-2.26.jar
|
399
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jersey-common-2.26.jar
|
400
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jersey-container-servlet-core-2.26.jar
|
401
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jersey-hk2-2.26.jar
|
402
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jersey-media-jaxb-2.26.jar
|
403
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jersey-media-multipart-2.26.jar
|
404
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jersey-server-2.26.jar
|
405
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/joda-time-2.10.8.jar
|
406
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jopt-simple-5.0.3.jar
|
407
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/json-20180813.jar
|
408
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/json-patch-1.6.jar
|
409
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/json-schema-core-1.2.8.jar
|
410
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/json-schema-validator-2.2.8.jar
|
411
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jsr305-3.0.2.jar
|
412
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/jtidy-r938.jar
|
413
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/junit-4.13.1.jar
|
414
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/libphonenumber-8.0.0.jar
|
415
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
|
416
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/log4j-api-2.14.1.jar
|
417
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/log4j-core-2.14.1.jar
|
418
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/logback-classic-1.0.1.jar
|
419
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/logback-core-1.0.1.jar
|
420
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/mailapi-1.4.3.jar
|
421
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/mimepull-1.9.6.jar
|
422
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/msg-simple-1.1.jar
|
423
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/okhttp-3.10.0.jar
|
424
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/okio-1.14.0.jar
|
425
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/osgi-resource-locator-1.0.1.jar
|
426
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/rhino-1.7R4.jar
|
427
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/schema.jar
|
428
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/slf4j-api-1.7.28.jar
|
429
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/slf4j-ext-1.7.28.jar
|
430
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/snakeyaml-1.27.jar
|
431
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/stax2-api-4.2.1.jar
|
432
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/swagger-annotations-1.6.0.jar
|
433
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/swagger-annotations-2.1.0.jar
|
434
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/swagger-compat-spec-parser-1.0.48.jar
|
435
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/swagger-core-1.6.0.jar
|
436
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/swagger-core-2.1.0.jar
|
437
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/swagger-inflector-2.0.5.jar
|
438
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/swagger-integration-2.1.0.jar
|
439
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/swagger-jaxrs2-2.1.0.jar
|
440
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/swagger-models-1.6.0.jar
|
441
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/swagger-models-2.1.0.jar
|
442
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/swagger-parser-1.0.48.jar
|
443
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/swagger-parser-2.0.16.jar
|
444
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/swagger-parser-core-2.0.16.jar
|
445
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/swagger-parser-v2-converter-2.0.16.jar
|
446
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/swagger-parser-v3-2.0.16.jar
|
447
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/ua-parser.jar
|
448
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/uri-template-0.9.jar
|
449
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/validation-api-1.1.0.Final.jar
|
450
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/woodstox-core-6.2.4.jar
|
451
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/xercesImpl-2.12.0.jar
|
452
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/xml-apis-1.4.01.jar
|
453
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/xml-apis-ext-1.3.04.jar
|
454
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/zoho-security.jar
|
455
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/zsec-eventfw.jar
|
456
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/zsec-eventpojos.jar
|
457
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/zsecagent.jar
|
458
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/zsecappfirewall.jar
|
459
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/lib/zsecpiidetector.jar
|
460
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/security-api-v1.xml
|
461
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/security-properties.xml
|
462
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/security-proxy.xml
|
463
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/web.xml
|
464
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/conf/meta/PropertiesFieldMeta.json
|
465
|
+
inflating: /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/jsp/ErrorCode.jsp
|
466
|
+
[32;1m$ export CUR_PATH=${PWD}[0;m
|
467
|
+
[32;1m$ echo 'export CATALINA_OPTS="$CATALINA_OPTS -Dschema.workspace.home='${CUR_PATH}'/product_package/collection/test_schema"' > /opt/tomcat/apache-tomcat-8.5.73/bin/setenv.sh[0;m
|
468
|
+
[32;1m$ wget http://desk-auto-7.tsi.zohocorpin.com:8080/builds/spectool/CIfiles/security-common.xml -P /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/[0;m
|
469
|
+
--2022-01-07 17:01:14-- http://desk-auto-7.tsi.zohocorpin.com:8080/builds/spectool/CIfiles/security-common.xml
|
470
|
+
Resolving desk-auto-7.tsi.zohocorpin.com (desk-auto-7.tsi.zohocorpin.com)... 172.17.6.255
|
471
|
+
Connecting to desk-auto-7.tsi.zohocorpin.com (desk-auto-7.tsi.zohocorpin.com)|172.17.6.255|:8080... connected.
|
472
|
+
HTTP request sent, awaiting response... 200
|
473
|
+
Length: 11171 (11K) [application/xml]
|
474
|
+
Saving to: '/opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/security-common.xml'
|
475
|
+
|
476
|
+
0K .......... 100% 189M=0s
|
477
|
+
|
478
|
+
2022-01-07 17:01:14 (189 MB/s) - '/opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder/WEB-INF/security-common.xml' saved [11171/11171]
|
479
|
+
|
480
|
+
[32;1m$ ls /opt/tomcat/apache-tomcat-8.5.73/webapps/apibuilder[0;m
|
481
|
+
META-INF
|
482
|
+
WEB-INF
|
483
|
+
conf
|
484
|
+
jsp
|
485
|
+
[32;1m$ cd jsapps/apibuilder/[0;m
|
486
|
+
[32;1m$ npm install[0;m
|
487
|
+
npm WARN deprecated jest-environment-jsdom-sixteen@2.0.0: jest@26 ships with jsdom@16, so there is no reason to use this module
|
488
|
+
npm WARN deprecated babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
|
489
|
+
npm WARN deprecated eslint-loader@4.0.2: This loader has been deprecated. Please use eslint-webpack-plugin
|
490
|
+
npm WARN deprecated gitlab@14.2.2: The gitlab package has found a new home in the @gitbeaker organization. For the latest gitlab node library, check out @gitbeaker/node. A full list of the features can be found here: https://github.com/jdalrymple/gitbeaker#readme
|
491
|
+
npm WARN deprecated core-js@2.6.12: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
|
492
|
+
npm WARN deprecated eslint-loader@3.0.3: This loader has been deprecated. Please use eslint-webpack-plugin
|
493
|
+
npm WARN deprecated html-webpack-plugin@4.0.0-beta.11: please switch to a stable version
|
494
|
+
npm WARN deprecated fsevents@2.1.2: "Please update to latest v2.3 or v2.2"
|
495
|
+
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
|
496
|
+
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
|
497
|
+
npm WARN deprecated webdriverio@4.14.4: outdated version, please use @next
|
498
|
+
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
|
499
|
+
npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
|
500
|
+
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
|
501
|
+
npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
|
502
|
+
npm WARN deprecated mkdirp@0.3.5: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
|
503
|
+
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
|
504
|
+
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
|
505
|
+
npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash.
|
506
|
+
npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
|
507
|
+
npm WARN deprecated @hapi/joi@15.1.1: Switch to 'npm install joi'
|
508
|
+
npm WARN deprecated cross-spawn-async@1.0.1: cross-spawn no longer requires a build toolchain, use it instead
|
509
|
+
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
|
510
|
+
npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
|
511
|
+
npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
|
512
|
+
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
|
513
|
+
npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
|
514
|
+
npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart()
|
515
|
+
npm WARN deprecated @hapi/address@2.1.4: Moved to 'npm install @sideway/address'
|
516
|
+
|
517
|
+
> core-js@2.6.12 postinstall /builds/zohodesk/RestAPIBuilder/jsapps/apibuilder/node_modules/babel-runtime/node_modules/core-js
|
518
|
+
> node -e "try{require('./postinstall')}catch(e){}"
|
519
|
+
|
520
|
+
|
521
|
+
> core-js@3.6.5 postinstall /builds/zohodesk/RestAPIBuilder/jsapps/apibuilder/node_modules/core-js
|
522
|
+
> node -e "try{require('./postinstall')}catch(e){}"
|
523
|
+
|
524
|
+
|
525
|
+
> core-js-pure@3.20.2 postinstall /builds/zohodesk/RestAPIBuilder/jsapps/apibuilder/node_modules/core-js-pure
|
526
|
+
> node -e "try{require('./postinstall')}catch(e){}"
|
527
|
+
|
528
|
+
|
529
|
+
> nodemailer@6.4.11 postinstall /builds/zohodesk/RestAPIBuilder/jsapps/apibuilder/node_modules/nodemailer
|
530
|
+
> node -e "try{require('./postinstall')}catch(e){}"
|
531
|
+
|
532
|
+
|
533
|
+
> ejs@2.7.4 postinstall /builds/zohodesk/RestAPIBuilder/jsapps/apibuilder/node_modules/webpack-bundle-analyzer/node_modules/ejs
|
534
|
+
> node ./postinstall.js
|
535
|
+
|
536
|
+
|
537
|
+
> nodemon@2.0.4 postinstall /builds/zohodesk/RestAPIBuilder/jsapps/apibuilder/node_modules/nodemon
|
538
|
+
> node bin/postinstall || exit 0
|
539
|
+
|
540
|
+
|
541
|
+
> cypress@9.2.0 postinstall /builds/zohodesk/RestAPIBuilder/jsapps/apibuilder/node_modules/cypress
|
542
|
+
> node index.js --exec install
|
543
|
+
|
544
|
+
|
545
|
+
Cypress 9.2.0 is installed in /root/.cache/Cypress/9.2.0
|
546
|
+
|
547
|
+
|
548
|
+
> msw@0.36.3 postinstall /builds/zohodesk/RestAPIBuilder/jsapps/apibuilder/node_modules/msw
|
549
|
+
> node -e "try{require('./config/scripts/postinstall')}catch(e){}"
|
550
|
+
|
551
|
+
npm notice created a lockfile as package-lock.json. You should commit this file.
|
552
|
+
npm WARN notsup Unsupported engine for @testing-library/react@12.1.2: wanted: {"node":">=12"} (current: {"node":"10.19.0","npm":"6.14.4"})
|
553
|
+
npm WARN notsup Not compatible with your version of node/npm: @testing-library/react@12.1.2
|
554
|
+
npm WARN notsup Unsupported engine for @testing-library/dom@8.11.1: wanted: {"node":">=12"} (current: {"node":"10.19.0","npm":"6.14.4"})
|
555
|
+
npm WARN notsup Not compatible with your version of node/npm: @testing-library/dom@8.11.1
|
556
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/chokidar/node_modules/fsevents):
|
557
|
+
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
|
558
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^2.1.2 (node_modules/jest-haste-map/node_modules/fsevents):
|
559
|
+
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
|
560
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/nodemon/node_modules/chokidar/node_modules/fsevents):
|
561
|
+
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
|
562
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/fork-ts-checker-webpack-plugin/node_modules/chokidar/node_modules/fsevents):
|
563
|
+
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
|
564
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/watchpack/node_modules/chokidar/node_modules/fsevents):
|
565
|
+
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
|
566
|
+
npm WARN notsup Unsupported engine for yargs@17.3.1: wanted: {"node":">=12"} (current: {"node":"10.19.0","npm":"6.14.4"})
|
567
|
+
npm WARN notsup Not compatible with your version of node/npm: yargs@17.3.1
|
568
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/msw/node_modules/chokidar/node_modules/fsevents):
|
569
|
+
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
|
570
|
+
npm WARN notsup Unsupported engine for yargs-parser@21.0.0: wanted: {"node":">=12"} (current: {"node":"10.19.0","npm":"6.14.4"})
|
571
|
+
npm WARN notsup Not compatible with your version of node/npm: yargs-parser@21.0.0
|
572
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/react-scripts/node_modules/fsevents):
|
573
|
+
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
|
574
|
+
npm WARN notsup Unsupported engine for cypress@9.2.0: wanted: {"node":">=12.0.0"} (current: {"node":"10.19.0","npm":"6.14.4"})
|
575
|
+
npm WARN notsup Not compatible with your version of node/npm: cypress@9.2.0
|
576
|
+
npm WARN @zohodesk/components@1.0.0-alpha-198 requires a peer of react-sortable-hoc@^0.8.3 but none is installed. You must install peer dependencies yourself.
|
577
|
+
npm WARN @zohodesk/dot@1.0.0-beta.179 requires a peer of @zohodesk/components@1.0.0-alpha-195 but none is installed. You must install peer dependencies yourself.
|
578
|
+
npm WARN @zohodesk/svg@1.0.0-beta.34 requires a peer of @zohodesk/components@1.0.0-alpha-190 but none is installed. You must install peer dependencies yourself.
|
579
|
+
npm WARN @zohodesk/virtualizer@1.0.11 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself.
|
580
|
+
npm WARN react-dom@16.13.1 requires a peer of react@^16.13.1 but none is installed. You must install peer dependencies yourself.
|
581
|
+
npm WARN react-test-renderer@16.13.1 requires a peer of react@^16.13.1 but none is installed. You must install peer dependencies yourself.
|
582
|
+
npm WARN velocity-react@1.4.3 requires a peer of react@^15.3.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
|
583
|
+
npm WARN @babel/plugin-proposal-class-static-block@7.16.7 requires a peer of @babel/core@^7.12.0 but none is installed. You must install peer dependencies yourself.
|
584
|
+
npm WARN @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.7 requires a peer of @babel/core@^7.13.0 but none is installed. You must install peer dependencies yourself.
|
585
|
+
npm WARN @babel/helper-define-polyfill-provider@0.3.0 requires a peer of @babel/core@^7.4.0-0 but none is installed. You must install peer dependencies yourself.
|
586
|
+
npm WARN tsutils@3.21.0 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
|
587
|
+
npm WARN @babel/helper-define-polyfill-provider@0.2.4 requires a peer of @babel/core@^7.4.0-0 but none is installed. You must install peer dependencies yourself.
|
588
|
+
npm WARN spec_ui_enhancement@1.0.0 No repository field.
|
589
|
+
|
590
|
+
added 2991 packages from 1311 contributors and audited 3005 packages in 47.668s
|
591
|
+
|
592
|
+
150 packages are looking for funding
|
593
|
+
run `npm fund` for details
|
594
|
+
|
595
|
+
found 81 vulnerabilities (2 low, 64 moderate, 13 high, 2 critical)
|
596
|
+
run `npm audit fix` to fix them, or `npm audit` for details
|
597
|
+
[32;1m$ sleep 15[0;m
|
598
|
+
[32;1m$ sh /opt/tomcat/apache-tomcat-8.5.73/bin/startup.sh[0;m
|
599
|
+
Tomcat started.
|
600
|
+
[32;1m$ sleep 15[0;m
|
601
|
+
[32;1m$ npx cypress run --headless -s ./cypress/integration/Modules/AddModule.js --browser chrome[0;m
|
602
|
+
It looks like this is your first time using Cypress: 9.2.0
|
603
|
+
|
604
|
+
[STARTED] Task without title.
|
605
|
+
[SUCCESS] Task without title.
|
606
|
+
|
607
|
+
Opening Cypress...
|
608
|
+
[573:0107/170238.518896:ERROR:bus.cc(392)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
|
609
|
+
[573:0107/170238.520203:ERROR:bus.cc(392)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
|
610
|
+
[573:0107/170238.520257:ERROR:bus.cc(392)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
|
611
|
+
[753:0107/170238.532086:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is swiftshader, ANGLE is
|
612
|
+
|
613
|
+
tput: No value for $TERM and no -T specified
|
614
|
+
[90m====================================================================================================[39m
|
615
|
+
|
616
|
+
[0m ([4m[1mRun Starting[22m[24m)[0m
|
617
|
+
|
618
|
+
[90m ┌[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m┐[39m
|
619
|
+
[90m │[39m [90mCypress:[39m 9.2.0 [90m│[39m
|
620
|
+
[90m │[39m [90mBrowser:[39m Chrome 97 [90m(headless)[39m [90m│[39m
|
621
|
+
[90m │[39m [90mNode Version:[39m [0mv10.19.0 (/usr/bin/node)[0m [90m│[39m
|
622
|
+
[90m │[39m [90mSpecs:[39m [0m1 found (Modules/AddModule.js)[0m [90m│[39m
|
623
|
+
[90m │[39m [90mSearched:[39m [0mcypress/integration/Modules/AddModule.js[0m [90m│[39m
|
624
|
+
[90m └[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m┘[39m
|
625
|
+
|
626
|
+
|
627
|
+
[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m
|
628
|
+
|
629
|
+
Running: [90mModules/AddModule.js[39m [90m(1 of 1)[39m
|
630
|
+
Browserslist: caniuse-lite is outdated. Please run:
|
631
|
+
npx browserslist@latest --update-db
|
632
|
+
|
633
|
+
Why you should do it regularly:
|
634
|
+
https://github.com/browserslist/browserslist#browsers-data-updating
|
635
|
+
|
636
|
+
[0m[0m
|
637
|
+
[0m Modules CRUD[0m
|
638
|
+
[31m 1) Create Module[0m
|
639
|
+
[31m 2) Verify Module[0m
|
640
|
+
|
641
|
+
|
642
|
+
[92m [0m[32m 0 passing[0m[90m (23s)[0m
|
643
|
+
[31m 2 failing[0m
|
644
|
+
|
645
|
+
[0m 1) Modules CRUD
|
646
|
+
Create Module:
|
647
|
+
[0m[31m AssertionError: Timed out retrying after 10000ms: Expected to find element: `[data-id=addCvIcon]`, but never found it.[0m[90m
|
648
|
+
at Context.eval (http://localhost:8080/__cypress/tests?p=cypress/integration/Modules/AddModule.js:107:8)
|
649
|
+
[0m
|
650
|
+
[0m 2) Modules CRUD
|
651
|
+
Verify Module:
|
652
|
+
[0m[31m AssertionError: Timed out retrying after 10000ms: Expected to find element: `[data-id="boxComponent"]`, but never found it.[0m[90m
|
653
|
+
at Context.eval (http://localhost:8080/__cypress/tests?p=cypress/integration/Modules/AddModule.js:113:8)
|
654
|
+
[0m
|
655
|
+
|
656
|
+
|
657
|
+
|
658
|
+
[31m ([4m[1mResults[22m[24m)[39m
|
659
|
+
|
660
|
+
[90m ┌[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m┐[39m
|
661
|
+
[90m │[39m [90mTests:[39m [31m2[39m [90m│[39m
|
662
|
+
[90m │[39m [90mPassing:[39m [31m0[39m [90m│[39m
|
663
|
+
[90m │[39m [90mFailing:[39m [31m2[39m [90m│[39m
|
664
|
+
[90m │[39m [90mPending:[39m [31m0[39m [90m│[39m
|
665
|
+
[90m │[39m [90mSkipped:[39m [31m0[39m [90m│[39m
|
666
|
+
[90m │[39m [90mScreenshots:[39m [31m2[39m [90m│[39m
|
667
|
+
[90m │[39m [90mVideo:[39m [31mtrue[39m [90m│[39m
|
668
|
+
[90m │[39m [90mDuration:[39m [31m22 seconds[39m [90m│[39m
|
669
|
+
[90m │[39m [90mSpec Ran:[39m [31m[31mModules/AddModule.js[31m[39m [90m│[39m
|
670
|
+
[90m └[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m┘[39m
|
671
|
+
|
672
|
+
|
673
|
+
[33m ([4m[1mScreenshots[22m[24m)[39m
|
674
|
+
|
675
|
+
[90m [39m - [0m/builds/zohodesk/RestAPIBuilder/jsapps/apibuilder/cypress/screenshots/Modules/Ad[0m [90m[90m(1280x720)[90m[39m
|
676
|
+
[90m [39m [0mdModule.js/Modules CRUD -- Create Module (failed).png[0m
|
677
|
+
[90m [39m - [0m/builds/zohodesk/RestAPIBuilder/jsapps/apibuilder/cypress/screenshots/Modules/Ad[0m [90m[90m(1280x720)[90m[39m
|
678
|
+
[90m [39m [0mdModule.js/Modules CRUD -- Verify Module (failed).png[0m
|
679
|
+
|
680
|
+
|
681
|
+
[36m ([4m[1mVideo[22m[24m)[39m
|
682
|
+
|
683
|
+
[90m [39m [90m-[39m [90mStarted processing:[39m [36mCompressing to 32 CRF[39m
|
684
|
+
[90m [39m [90m-[39m [90mFinished processing:[39m [36m/builds/zohodesk/RestAPIBuilder/jsapps/apibuilder/cypress/v[39m [90m(3 seconds)[39m
|
685
|
+
[90m [39m [36mideos/Modules/AddModule.js.mp4[39m
|
686
|
+
|
687
|
+
|
688
|
+
tput: No value for $TERM and no -T specified
|
689
|
+
[90m====================================================================================================[39m
|
690
|
+
|
691
|
+
[0m ([4m[1mRun Finished[22m[24m)[0m
|
692
|
+
|
693
|
+
|
694
|
+
[90m [39m [90mSpec[39m [90mTests[39m [90mPassing[39m [90mFailing[39m [90mPending[39m [90mSkipped[39m [90m [39m
|
695
|
+
[90m ┌[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m┐[39m
|
696
|
+
[90m │[39m [31m✖[39m [0mModules/AddModule.js[0m [90m00:22[39m [0m2[0m [90m-[39m [31m2[39m [90m-[39m [90m-[39m [90m│[39m
|
697
|
+
[90m └[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m─[39m[90m┘[39m
|
698
|
+
[90m [39m [31m✖[39m [31m1 of 1 failed (100%)[39m [90m00:22[39m [0m2[0m [90m-[39m [31m2[39m [90m-[39m [90m-[39m [90m [39m
|
699
|
+
|
700
|
+
section_end:1641564189:step_script
|
701
|
+
section_end:1641564190:cleanup_file_variables
|
702
|
+
[0;m
|