nohup.out 71 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335
  1. * Serving Flask app 'main' (lazy loading)
  2. * Environment: production
  3. WARNING: This is a development server. Do not use it in a production deployment.
  4. Use a production WSGI server instead.
  5. * Debug mode: off
  6. * Running on all addresses.
  7. WARNING: This is a development server. Do not use it in a production deployment.
  8. * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
  9. 192.168.80.185 - - [21/Oct/2021 16:40:11] "GET /static/dist/index.html HTTP/1.1" 304 -
  10. 192.168.80.185 - - [21/Oct/2021 16:40:11] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  11. 192.168.80.185 - - [21/Oct/2021 16:40:11] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  12. 192.168.80.185 - - [21/Oct/2021 16:40:11] "GET /static/dist/assets/index.88290a8e.js HTTP/1.1" 304 -
  13. 192.168.80.185 - - [21/Oct/2021 16:40:12] "GET /static/dist/assets/element-icons.9c88a535.woff HTTP/1.1" 304 -
  14. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  15. 192.168.80.185 - - [21/Oct/2021 16:40:12] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  16. hint: Pulling without specifying how to reconcile divergent branches is
  17. hint: discouraged. You can squelch this message by running one of the following
  18. hint: commands sometime before your next pull:
  19. hint:
  20. hint: git config pull.rebase false # merge (the default strategy)
  21. hint: git config pull.rebase true # rebase
  22. hint: git config pull.ff only # fast-forward only
  23. hint:
  24. hint: You can replace "git config" with "git config --global" to set a default
  25. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  26. hint: or --ff-only on the command line to override the configured default per
  27. hint: invocation.
  28. Already up to date.
  29. 192.168.80.185 - - [21/Oct/2021 16:40:12] "GET /getBranch HTTP/1.1" 200 -
  30. Already on 'master'
  31. M package-lock.json
  32. Your branch is up to date with 'origin/master'.
  33. hint: Pulling without specifying how to reconcile divergent branches is
  34. hint: discouraged. You can squelch this message by running one of the following
  35. hint: commands sometime before your next pull:
  36. hint:
  37. hint: git config pull.rebase false # merge (the default strategy)
  38. hint: git config pull.rebase true # rebase
  39. hint: git config pull.ff only # fast-forward only
  40. hint:
  41. hint: You can replace "git config" with "git config --global" to set a default
  42. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  43. hint: or --ff-only on the command line to override the configured default per
  44. hint: invocation.
  45. Already up to date.
  46. -
  47. ✔ Installed 9 packages
  48. ✔ Linked 0 latest versions
  49. ✔ Run 0 scripts
  50. ✔ All packages installed (used 23ms(network 21ms), speed 0B/s, json 0(0B), tarball 0B)
  51. npm WARN The package gulp-copy is included as both a dev and production dependency.
  52. npm WARN The package gulp-minify-css is included as both a dev and production dependency.
  53. npm WARN The package gulp-replace is included as both a dev and production dependency.
  54. npm WARN The package gulp-rm is included as both a dev and production dependency.
  55. npm WARN The package gulp-sequence is included as both a dev and production dependency.
  56. audited 599 packages in 3.176s
  57. 9 packages are looking for funding
  58. run `npm fund` for details
  59. found 92 vulnerabilities (3 low, 9 moderate, 59 high, 21 critical)
  60. run `npm audit fix` to fix them, or `npm audit` for details
  61. > longvideofactory@1.0.0 build /Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory
  62. > gulp build
  63. [16:40:23] Using gulpfile ~/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory/gulpfile.js
  64. [16:40:23] Starting 'build'...
  65. [16:40:23] Starting 'build:longVideo'...
  66. [16:40:23] Starting 'longVideo:copy'...
  67. [16:40:25] Finished 'longVideo:copy' after 1.94 s
  68. [16:40:25] Starting 'longVideo:less'...
  69. [16:40:27] Finished 'longVideo:less' after 2.19 s
  70. [16:40:27] Starting 'longVideo:wxml'...
  71. [16:40:28] Finished 'longVideo:wxml' after 376 ms
  72. [16:40:28] Starting 'longVideo:js'...
  73. [16:40:28] Finished 'longVideo:js' after 732 ms
  74. [16:40:28] Starting 'longVideo:rm'...
  75. [16:40:29] Finished 'longVideo:rm' after 264 ms
  76. [16:40:29] Finished 'build:longVideo' after 5.5 s
  77. [16:40:29] Starting 'build:vlog'...
  78. [16:40:29] Starting 'vlog:copy'...
  79. [16:40:30] Finished 'vlog:copy' after 1.69 s
  80. [16:40:30] Starting 'vlog:copyicon'...
  81. [16:40:30] Finished 'vlog:copyicon' after 13 ms
  82. [16:40:30] Starting 'vlog:copyutils'...
  83. [16:40:30] Finished 'vlog:copyutils' after 2.6 ms
  84. [16:40:30] Starting 'vlog:copynetwork'...
  85. [16:40:30] Finished 'vlog:copynetwork' after 2.8 ms
  86. [16:40:30] Starting 'vlog:less'...
  87. [16:40:32] Finished 'vlog:less' after 1.78 s
  88. [16:40:32] Starting 'vlog:wxml'...
  89. [16:40:32] Finished 'vlog:wxml' after 365 ms
  90. [16:40:32] Starting 'vlog:js'...
  91. [16:40:33] Finished 'vlog:js' after 655 ms
  92. [16:40:33] Starting 'vlog:copysrc'...
  93. [16:40:33] Finished 'vlog:copysrc' after 5.52 ms
  94. [16:40:33] Starting 'vlog:rm'...
  95. [16:40:33] Finished 'vlog:rm' after 239 ms
  96. [16:40:33] Finished 'build:vlog' after 4.76 s
  97. [16:40:33] Starting 'build:video'...
  98. [16:40:33] Starting 'video:copy'...
  99. [16:40:35] Finished 'video:copy' after 1.48 s
  100. [16:40:35] Starting 'video:copyicon'...
  101. [16:40:35] Finished 'video:copyicon' after 884 μs
  102. [16:40:35] Starting 'video:copyutils'...
  103. [16:40:35] Finished 'video:copyutils' after 1.57 ms
  104. [16:40:35] Starting 'video:copynetwork'...
  105. [16:40:35] Finished 'video:copynetwork' after 1.91 ms
  106. [16:40:35] Starting 'video:less'...
  107. [16:40:37] Finished 'video:less' after 1.64 s
  108. [16:40:37] Starting 'video:wxml'...
  109. [16:40:37] Finished 'video:wxml' after 338 ms
  110. [16:40:37] Starting 'video:js'...
  111. [16:40:37] Finished 'video:js' after 602 ms
  112. [16:40:37] Starting 'video:copysrc'...
  113. [16:40:37] Finished 'video:copysrc' after 4.89 ms
  114. [16:40:37] Starting 'video:rm'...
  115. [16:40:38] Finished 'video:rm' after 226 ms
  116. [16:40:38] Finished 'build:video' after 4.3 s
  117. [16:40:38] Finished 'build' after 15 s
  118. > longvideofactory@1.0.0 postbuild /Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory
  119. > gulp build:post
  120. [16:40:38] Using gulpfile ~/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory/gulpfile.js
  121. [16:40:38] Starting 'build:post'...
  122. [16:40:38] Starting 'build:iFunny'...
  123. [16:40:38] Starting 'iFunny:copy'...
  124. [16:40:40] Finished 'iFunny:copy' after 1.58 s
  125. [16:40:40] Starting 'iFunny:copynetwork'...
  126. [16:40:40] Finished 'iFunny:copynetwork' after 14 ms
  127. [16:40:40] Starting 'iFunny:less'...
  128. [16:40:42] Finished 'iFunny:less' after 1.95 s
  129. [16:40:42] Starting 'iFunny:wxml'...
  130. [16:40:42] Finished 'iFunny:wxml' after 385 ms
  131. [16:40:42] Starting 'iFunny:js'...
  132. [16:40:43] Finished 'iFunny:js' after 615 ms
  133. [16:40:43] Starting 'iFunny:copysrc'...
  134. [16:40:43] Finished 'iFunny:copysrc' after 3 ms
  135. [16:40:43] Starting 'iFunny:rm'...
  136. [16:40:43] Finished 'iFunny:rm' after 222 ms
  137. [16:40:43] Finished 'build:iFunny' after 4.78 s
  138. [16:40:43] Starting 'build:iMove'...
  139. [16:40:43] Starting 'iMove:copy'...
  140. [16:40:45] Finished 'iMove:copy' after 1.32 s
  141. [16:40:45] Starting 'iMove:copynetwork'...
  142. [16:40:45] Finished 'iMove:copynetwork' after 2.02 ms
  143. [16:40:45] Starting 'iMove:less'...
  144. [16:40:46] Finished 'iMove:less' after 1.4 s
  145. [16:40:46] Starting 'iMove:wxml'...
  146. [16:40:46] Finished 'iMove:wxml' after 327 ms
  147. [16:40:46] Starting 'iMove:js'...
  148. [16:40:47] Finished 'iMove:js' after 593 ms
  149. [16:40:47] Starting 'iMove:copysrc'...
  150. [16:40:47] Finished 'iMove:copysrc' after 4.05 ms
  151. [16:40:47] Starting 'iMove:rm'...
  152. [16:40:47] Finished 'iMove:rm' after 219 ms
  153. [16:40:47] Finished 'build:iMove' after 3.87 s
  154. [16:40:47] Starting 'build:shortVideo'...
  155. [16:40:47] Starting 'shortVideo:copy'...
  156. [16:40:48] Finished 'shortVideo:copy' after 1.32 s
  157. [16:40:48] Starting 'shortVideo:copynetwork'...
  158. [16:40:48] Finished 'shortVideo:copynetwork' after 3.28 ms
  159. [16:40:48] Starting 'shortVideo:less'...
  160. [16:40:50] Finished 'shortVideo:less' after 1.48 s
  161. [16:40:50] Starting 'shortVideo:wxml'...
  162. [16:40:50] Finished 'shortVideo:wxml' after 388 ms
  163. [16:40:50] Starting 'shortVideo:js'...
  164. [16:40:51] Finished 'shortVideo:js' after 533 ms
  165. [16:40:51] Starting 'shortVideo:copysrc'...
  166. [16:40:51] Finished 'shortVideo:copysrc' after 5.44 ms
  167. [16:40:51] Starting 'shortVideo:rm'...
  168. [16:40:51] Finished 'shortVideo:rm' after 211 ms
  169. [16:40:51] Finished 'build:shortVideo' after 3.94 s
  170. [16:40:51] Starting 'build:amazed'...
  171. [16:40:51] Starting 'amazed:copy'...
  172. [16:40:52] Finished 'amazed:copy' after 1.24 s
  173. [16:40:52] Starting 'amazed:copynetwork'...
  174. [16:40:52] Finished 'amazed:copynetwork' after 2.71 ms
  175. [16:40:52] Starting 'amazed:less'...
  176. [16:40:54] Finished 'amazed:less' after 1.37 s
  177. [16:40:54] Starting 'amazed:wxml'...
  178. [16:40:54] Finished 'amazed:wxml' after 292 ms
  179. [16:40:54] Starting 'amazed:js'...
  180. [16:40:54] Finished 'amazed:js' after 518 ms
  181. [16:40:54] Starting 'amazed:copysrc'...
  182. [16:40:54] Finished 'amazed:copysrc' after 3.43 ms
  183. [16:40:54] Starting 'amazed:rm'...
  184. [16:40:55] Finished 'amazed:rm' after 199 ms
  185. [16:40:55] Finished 'build:amazed' after 3.63 s
  186. [16:40:55] Starting 'build:clip'...
  187. [16:40:55] Starting 'clip:copy'...
  188. [16:40:56] Finished 'clip:copy' after 1.14 s
  189. [16:40:56] Starting 'clip:copynetwork'...
  190. [16:40:56] Finished 'clip:copynetwork' after 1.81 ms
  191. [16:40:56] Starting 'clip:less'...
  192. [16:40:57] Finished 'clip:less' after 1.39 s
  193. [16:40:57] Starting 'clip:wxml'...
  194. [16:40:57] Finished 'clip:wxml' after 288 ms
  195. [16:40:57] Starting 'clip:js'...
  196. [16:40:58] Finished 'clip:js' after 481 ms
  197. [16:40:58] Starting 'clip:copysrc'...
  198. [16:40:58] Finished 'clip:copysrc' after 4.05 ms
  199. [16:40:58] Starting 'clip:rm'...
  200. [16:40:58] Finished 'clip:rm' after 229 ms
  201. [16:40:58] Finished 'build:clip' after 3.54 s
  202. [16:40:58] Starting 'build:flashSound'...
  203. [16:40:58] Starting 'flashSound:copy'...
  204. [16:40:59] Finished 'flashSound:copy' after 776 ms
  205. [16:40:59] Starting 'flashSound:copyPage'...
  206. [16:40:59] Finished 'flashSound:copyPage' after 12 ms
  207. [16:40:59] Starting 'flashSound:copyPage2'...
  208. [16:40:59] Finished 'flashSound:copyPage2' after 18 ms
  209. [16:40:59] Starting 'flashSound:less'...
  210. [16:41:00] Finished 'flashSound:less' after 901 ms
  211. [16:41:00] Starting 'flashSound:rm'...
  212. [16:41:00] Finished 'flashSound:rm' after 141 ms
  213. [16:41:00] Starting 'flashSound:js'...
  214. [16:41:00] Finished 'flashSound:js' after 296 ms
  215. [16:41:00] Starting 'flashSound:wxml'...
  216. [16:41:00] Finished 'flashSound:wxml' after 162 ms
  217. [16:41:00] Starting 'flashSound:copysrc'...
  218. [16:41:00] Finished 'flashSound:copysrc' after 4.8 ms
  219. [16:41:00] Starting 'flashSound:copynetwork'...
  220. [16:41:00] Finished 'flashSound:copynetwork' after 1.93 ms
  221. [16:41:00] Finished 'build:flashSound' after 2.32 s
  222. [16:41:00] Starting 'build:happyStar'...
  223. [16:41:00] Starting 'happyStar:copy'...
  224. [16:41:01] Finished 'happyStar:copy' after 733 ms
  225. [16:41:01] Starting 'happyStar:copyPage'...
  226. [16:41:01] Finished 'happyStar:copyPage' after 7.28 ms
  227. [16:41:01] Starting 'happyStar:copyPage2'...
  228. [16:41:01] Finished 'happyStar:copyPage2' after 33 ms
  229. [16:41:01] Starting 'happyStar:less'...
  230. [16:41:02] Finished 'happyStar:less' after 867 ms
  231. [16:41:02] Starting 'happyStar:rm'...
  232. [16:41:02] Finished 'happyStar:rm' after 149 ms
  233. [16:41:02] Starting 'happyStar:js'...
  234. [16:41:03] Finished 'happyStar:js' after 307 ms
  235. [16:41:03] Starting 'happyStar:wxml'...
  236. [16:41:03] Finished 'happyStar:wxml' after 154 ms
  237. [16:41:03] Starting 'happyStar:copysrc'...
  238. [16:41:03] Finished 'happyStar:copysrc' after 4.28 ms
  239. [16:41:03] Starting 'happyStar:copynetwork'...
  240. [16:41:03] Finished 'happyStar:copynetwork' after 1.99 ms
  241. [16:41:03] Finished 'build:happyStar' after 2.26 s
  242. [16:41:03] Starting 'build:gaoxiao'...
  243. [16:41:03] Starting 'gaoxiao:copy'...
  244. [16:41:03] Finished 'gaoxiao:copy' after 709 ms
  245. [16:41:03] Starting 'gaoxiao:copyPage'...
  246. [16:41:03] Finished 'gaoxiao:copyPage' after 8.54 ms
  247. [16:41:03] Starting 'gaoxiao:copyPage2'...
  248. [16:41:04] Finished 'gaoxiao:copyPage2' after 30 ms
  249. [16:41:04] Starting 'gaoxiao:less'...
  250. [16:41:04] Finished 'gaoxiao:less' after 831 ms
  251. [16:41:04] Starting 'gaoxiao:rm'...
  252. [16:41:04] Finished 'gaoxiao:rm' after 147 ms
  253. [16:41:04] Starting 'gaoxiao:js'...
  254. [16:41:05] Finished 'gaoxiao:js' after 295 ms
  255. [16:41:05] Starting 'gaoxiao:wxml'...
  256. [16:41:05] Finished 'gaoxiao:wxml' after 157 ms
  257. [16:41:05] Starting 'gaoxiao:copysrc'...
  258. [16:41:05] Finished 'gaoxiao:copysrc' after 2.58 ms
  259. [16:41:05] Starting 'gaoxiao:copynetwork'...
  260. [16:41:05] Finished 'gaoxiao:copynetwork' after 1.97 ms
  261. [16:41:05] Finished 'build:gaoxiao' after 2.19 s
  262. [16:41:05] Finished 'build:post' after 27 s
  263. - initialize
  264. ✖ IDE may already started at port 49606, trying to connect
  265. ✔ IDE server started successfully, listening on http://127.0.0.1:52660
  266. - preparing
  267. ✔ open
  268. - initialize
  269. ✔ IDE server has started, listening on http://127.0.0.1:52660
  270. - preparing
  271. ✖ preparing
  272. [error] Error: {"code":10,"message":"Error: 错误 Error: can not find the project - /Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory/dist/vlog (code 10)"}
  273. at Object.t.resetFileUtils (/Applications/wechatwebdevtools.app/Contents/Resources/package.nw/js/common/cli/index.js:234:28697)
  274. at processTicksAndRejections (internal/process/task_queues.js:97:5)
  275. at async /Applications/wechatwebdevtools.app/Contents/Resources/package.nw/js/common/cli/index.js:142:111891
  276. - initialize
  277. ✔ IDE server has started, listening on http://127.0.0.1:52660
  278. - preparing
  279. - Fetching AppID (wx89e7eb06478361d7) permissions
  280. ✔ Using AppID: wx89e7eb06478361d7
  281. - Preview
  282. ✔ preview
  283. - initialize
  284. ✔ IDE server has started, listening on http://127.0.0.1:52660
  285. - preparing
  286. ✔ quit
  287. 192.168.80.185 - - [21/Oct/2021 16:42:08] "POST /send HTTP/1.1" 200 -
  288. 192.168.80.185 - - [21/Oct/2021 16:42:15] "GET /static/dist/index.html HTTP/1.1" 304 -
  289. 192.168.80.185 - - [21/Oct/2021 16:42:15] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  290. 192.168.80.185 - - [21/Oct/2021 16:42:15] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  291. 192.168.80.185 - - [21/Oct/2021 16:42:15] "GET /static/dist/assets/index.88290a8e.js HTTP/1.1" 304 -
  292. 192.168.80.185 - - [21/Oct/2021 16:42:15] "GET /static/dist/assets/element-icons.9c88a535.woff HTTP/1.1" 304 -
  293. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  294. 192.168.80.185 - - [21/Oct/2021 16:42:15] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  295. hint: Pulling without specifying how to reconcile divergent branches is
  296. hint: discouraged. You can squelch this message by running one of the following
  297. hint: commands sometime before your next pull:
  298. hint:
  299. hint: git config pull.rebase false # merge (the default strategy)
  300. hint: git config pull.rebase true # rebase
  301. hint: git config pull.ff only # fast-forward only
  302. hint:
  303. hint: You can replace "git config" with "git config --global" to set a default
  304. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  305. hint: or --ff-only on the command line to override the configured default per
  306. hint: invocation.
  307. Already up to date.
  308. 192.168.80.185 - - [21/Oct/2021 16:42:16] "GET /getBranch HTTP/1.1" 200 -
  309. Already on 'master'
  310. M package-lock.json
  311. Your branch is up to date with 'origin/master'.
  312. hint: Pulling without specifying how to reconcile divergent branches is
  313. hint: discouraged. You can squelch this message by running one of the following
  314. hint: commands sometime before your next pull:
  315. hint:
  316. hint: git config pull.rebase false # merge (the default strategy)
  317. hint: git config pull.rebase true # rebase
  318. hint: git config pull.ff only # fast-forward only
  319. hint:
  320. hint: You can replace "git config" with "git config --global" to set a default
  321. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  322. hint: or --ff-only on the command line to override the configured default per
  323. hint: invocation.
  324. Already up to date.
  325. 1: 0x100d78bad node::Abort() (.cold.1) [/usr/local/bin/node]
  326. 2: 0x10003ae85 node_module_register [/usr/local/bin/node]
  327. 3: 0x100040c48 node::PlatformInit() [/usr/local/bin/node]
  328. 4: 0x1000407e9 node::Start(int, char**) [/usr/local/bin/node]
  329. 5: 0x100001034 start [/usr/local/bin/node]
  330. 6: 0x3
  331. /bin/sh: line 1: 43204 Abort trap: 6 cnpm install
  332. 1: 0x100d78bad node::Abort() (.cold.1) [/usr/local/bin/node]
  333. 2: 0x10003ae85 node_module_register [/usr/local/bin/node]
  334. 3: 0x100040c48 node::PlatformInit() [/usr/local/bin/node]
  335. 4: 0x1000407e9 node::Start(int, char**) [/usr/local/bin/node]
  336. 5: 0x100001034 start [/usr/local/bin/node]
  337. /bin/sh: line 1: 43205 Abort trap: 6 npm run build
  338. 192.168.80.185 - - [21/Oct/2021 16:42:22] "POST /send HTTP/1.1" 200 -
  339. * Serving Flask app 'main' (lazy loading)
  340. * Environment: production
  341. WARNING: This is a development server. Do not use it in a production deployment.
  342. Use a production WSGI server instead.
  343. * Debug mode: off
  344. * Running on all addresses.
  345. WARNING: This is a development server. Do not use it in a production deployment.
  346. * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
  347. 192.168.80.185 - - [21/Oct/2021 16:45:39] "GET /static/dist/index.html HTTP/1.1" 304 -
  348. 192.168.80.185 - - [21/Oct/2021 16:45:39] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  349. 192.168.80.185 - - [21/Oct/2021 16:45:39] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  350. * Serving Flask app 'main' (lazy loading)
  351. * Environment: production
  352. WARNING: This is a development server. Do not use it in a production deployment.
  353. Use a production WSGI server instead.
  354. * Debug mode: off
  355. * Running on all addresses.
  356. WARNING: This is a development server. Do not use it in a production deployment.
  357. * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
  358. 192.168.80.185 - - [21/Oct/2021 16:45:54] "GET /static/dist/index.html HTTP/1.1" 200 -
  359. 192.168.80.185 - - [21/Oct/2021 16:45:54] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  360. 192.168.80.185 - - [21/Oct/2021 16:45:54] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  361. 192.168.80.185 - - [21/Oct/2021 16:45:54] "GET /static/dist/assets/index.88290a8e.js HTTP/1.1" 304 -
  362. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  363. 192.168.80.185 - - [21/Oct/2021 16:45:55] "GET /static/dist/assets/element-icons.9c88a535.woff HTTP/1.1" 304 -
  364. hint: Pulling without specifying how to reconcile divergent branches is
  365. hint: discouraged. You can squelch this message by running one of the following
  366. hint: commands sometime before your next pull:
  367. hint:
  368. hint: git config pull.rebase false # merge (the default strategy)
  369. hint: git config pull.rebase true # rebase
  370. hint: git config pull.ff only # fast-forward only
  371. hint:
  372. hint: You can replace "git config" with "git config --global" to set a default
  373. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  374. hint: or --ff-only on the command line to override the configured default per
  375. hint: invocation.
  376. 192.168.80.185 - - [21/Oct/2021 16:45:55] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  377. Already up to date.
  378. 192.168.80.185 - - [21/Oct/2021 16:45:55] "GET /getBranch HTTP/1.1" 200 -
  379. 192.168.80.185 - - [21/Oct/2021 16:46:00] "GET /static/dist/index.html HTTP/1.1" 304 -
  380. 192.168.80.185 - - [21/Oct/2021 16:46:00] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  381. 192.168.80.185 - - [21/Oct/2021 16:46:00] "GET /static/dist/assets/index.88290a8e.js HTTP/1.1" 304 -
  382. 192.168.80.185 - - [21/Oct/2021 16:46:00] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  383. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  384. hint: Pulling without specifying how to reconcile divergent branches is
  385. hint: discouraged. You can squelch this message by running one of the following
  386. hint: commands sometime before your next pull:
  387. hint:
  388. hint: git config pull.rebase false # merge (the default strategy)
  389. hint: git config pull.rebase true # rebase
  390. hint: git config pull.ff only # fast-forward only
  391. hint:
  392. hint: You can replace "git config" with "git config --global" to set a default
  393. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  394. hint: or --ff-only on the command line to override the configured default per
  395. hint: invocation.
  396. 192.168.80.185 - - [21/Oct/2021 16:46:00] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  397. Already up to date.
  398. 192.168.80.185 - - [21/Oct/2021 16:46:00] "GET /getBranch HTTP/1.1" 200 -
  399. 192.168.80.185 - - [21/Oct/2021 16:46:00] "GET /static/dist/index.html HTTP/1.1" 304 -
  400. 192.168.80.185 - - [21/Oct/2021 16:46:00] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  401. 192.168.80.185 - - [21/Oct/2021 16:46:00] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  402. 192.168.80.185 - - [21/Oct/2021 16:46:00] "GET /static/dist/assets/index.88290a8e.js HTTP/1.1" 304 -
  403. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  404. 192.168.80.185 - - [21/Oct/2021 16:46:01] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  405. hint: Pulling without specifying how to reconcile divergent branches is
  406. hint: discouraged. You can squelch this message by running one of the following
  407. hint: commands sometime before your next pull:
  408. hint:
  409. hint: git config pull.rebase false # merge (the default strategy)
  410. hint: git config pull.rebase true # rebase
  411. hint: git config pull.ff only # fast-forward only
  412. hint:
  413. hint: You can replace "git config" with "git config --global" to set a default
  414. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  415. hint: or --ff-only on the command line to override the configured default per
  416. hint: invocation.
  417. 192.168.80.185 - - [21/Oct/2021 16:46:01] "GET /static/dist/index.html HTTP/1.1" 304 -
  418. 192.168.80.185 - - [21/Oct/2021 16:46:01] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  419. 192.168.80.185 - - [21/Oct/2021 16:46:01] "GET /static/dist/assets/index.88290a8e.js HTTP/1.1" 304 -
  420. 192.168.80.185 - - [21/Oct/2021 16:46:01] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  421. 192.168.80.185 - - [21/Oct/2021 16:46:01] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  422. 192.168.80.185 - - [21/Oct/2021 16:46:01] "GET /static/dist/index.html HTTP/1.1" 304 -
  423. 192.168.80.185 - - [21/Oct/2021 16:46:01] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  424. 192.168.80.185 - - [21/Oct/2021 16:46:01] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  425. 192.168.80.185 - - [21/Oct/2021 16:46:01] "GET /static/dist/assets/index.88290a8e.js HTTP/1.1" 304 -
  426. 192.168.80.185 - - [21/Oct/2021 16:46:01] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  427. Already up to date.
  428. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  429. 192.168.80.185 - - [21/Oct/2021 16:46:01] "GET /getBranch HTTP/1.1" 200 -
  430. hint: Pulling without specifying how to reconcile divergent branches is
  431. hint: discouraged. You can squelch this message by running one of the following
  432. hint: commands sometime before your next pull:
  433. hint:
  434. hint: git config pull.rebase false # merge (the default strategy)
  435. hint: git config pull.rebase true # rebase
  436. hint: git config pull.ff only # fast-forward only
  437. hint:
  438. hint: You can replace "git config" with "git config --global" to set a default
  439. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  440. hint: or --ff-only on the command line to override the configured default per
  441. hint: invocation.
  442. Already up to date.
  443. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  444. 192.168.80.185 - - [21/Oct/2021 16:46:02] "GET /getBranch HTTP/1.1" 200 -
  445. hint: Pulling without specifying how to reconcile divergent branches is
  446. hint: discouraged. You can squelch this message by running one of the following
  447. hint: commands sometime before your next pull:
  448. hint:
  449. hint: git config pull.rebase false # merge (the default strategy)
  450. hint: git config pull.rebase true # rebase
  451. hint: git config pull.ff only # fast-forward only
  452. hint:
  453. hint: You can replace "git config" with "git config --global" to set a default
  454. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  455. hint: or --ff-only on the command line to override the configured default per
  456. hint: invocation.
  457. Already up to date.
  458. 192.168.80.185 - - [21/Oct/2021 16:46:02] "GET /getBranch HTTP/1.1" 200 -
  459. Already on 'master'
  460. M package-lock.json
  461. Your branch is up to date with 'origin/master'.
  462. hint: Pulling without specifying how to reconcile divergent branches is
  463. hint: discouraged. You can squelch this message by running one of the following
  464. hint: commands sometime before your next pull:
  465. hint:
  466. hint: git config pull.rebase false # merge (the default strategy)
  467. hint: git config pull.rebase true # rebase
  468. hint: git config pull.ff only # fast-forward only
  469. hint:
  470. hint: You can replace "git config" with "git config --global" to set a default
  471. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  472. hint: or --ff-only on the command line to override the configured default per
  473. hint: invocation.
  474. Already up to date.
  475. 1: 0x100d78bad node::Abort() (.cold.1) [/usr/local/bin/node]
  476. 2: 0x10003ae85 node_module_register [/usr/local/bin/node]
  477. 3: 0x100040c48 node::PlatformInit() [/usr/local/bin/node]
  478. 4: 0x1000407e9 node::Start(int, char**) [/usr/local/bin/node]
  479. 5: 0x100001034 start [/usr/local/bin/node]
  480. /bin/sh: line 1: 43402 Abort trap: 6 cnpm install
  481. 1: 0x100d78bad node::Abort() (.cold.1) [/usr/local/bin/node]
  482. 2: 0x10003ae85 node_module_register [/usr/local/bin/node]
  483. 3: 0x100040c48 node::PlatformInit() [/usr/local/bin/node]
  484. 4: 0x1000407e9 node::Start(int, char**) [/usr/local/bin/node]
  485. 5: 0x100001034 start [/usr/local/bin/node]
  486. 6: 0x4
  487. /bin/sh: line 1: 43403 Abort trap: 6 npm run build
  488. 192.168.80.185 - - [21/Oct/2021 16:46:07] "POST /send HTTP/1.1" 200 -
  489. 192.168.80.185 - - [21/Oct/2021 16:46:19] "GET /static/dist/index.html HTTP/1.1" 304 -
  490. 192.168.80.185 - - [21/Oct/2021 16:46:19] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  491. 192.168.80.185 - - [21/Oct/2021 16:46:19] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  492. 192.168.80.185 - - [21/Oct/2021 16:46:19] "GET /static/dist/assets/index.88290a8e.js HTTP/1.1" 304 -
  493. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  494. 192.168.80.185 - - [21/Oct/2021 16:46:19] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  495. hint: Pulling without specifying how to reconcile divergent branches is
  496. hint: discouraged. You can squelch this message by running one of the following
  497. hint: commands sometime before your next pull:
  498. hint:
  499. hint: git config pull.rebase false # merge (the default strategy)
  500. hint: git config pull.rebase true # rebase
  501. hint: git config pull.ff only # fast-forward only
  502. hint:
  503. hint: You can replace "git config" with "git config --global" to set a default
  504. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  505. hint: or --ff-only on the command line to override the configured default per
  506. hint: invocation.
  507. Already up to date.
  508. 192.168.80.185 - - [21/Oct/2021 16:46:19] "GET /getBranch HTTP/1.1" 200 -
  509. 192.168.80.185 - - [21/Oct/2021 16:46:29] "GET /static/dist/index.html HTTP/1.1" 304 -
  510. 192.168.80.185 - - [21/Oct/2021 16:46:29] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  511. 192.168.80.185 - - [21/Oct/2021 16:46:29] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  512. 192.168.80.185 - - [21/Oct/2021 16:46:29] "GET /static/dist/assets/index.88290a8e.js HTTP/1.1" 304 -
  513. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  514. 192.168.80.185 - - [21/Oct/2021 16:46:29] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  515. hint: Pulling without specifying how to reconcile divergent branches is
  516. hint: discouraged. You can squelch this message by running one of the following
  517. hint: commands sometime before your next pull:
  518. hint:
  519. hint: git config pull.rebase false # merge (the default strategy)
  520. hint: git config pull.rebase true # rebase
  521. hint: git config pull.ff only # fast-forward only
  522. hint:
  523. hint: You can replace "git config" with "git config --global" to set a default
  524. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  525. hint: or --ff-only on the command line to override the configured default per
  526. hint: invocation.
  527. Already up to date.
  528. 192.168.80.185 - - [21/Oct/2021 16:46:30] "GET /getBranch HTTP/1.1" 200 -
  529. * Serving Flask app 'main' (lazy loading)
  530. * Environment: production
  531. WARNING: This is a development server. Do not use it in a production deployment.
  532. Use a production WSGI server instead.
  533. * Debug mode: off
  534. * Running on all addresses.
  535. WARNING: This is a development server. Do not use it in a production deployment.
  536. * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
  537. 192.168.80.185 - - [21/Oct/2021 16:48:05] "GET /static/dist/index.html HTTP/1.1" 304 -
  538. 192.168.80.185 - - [21/Oct/2021 16:48:05] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  539. 192.168.80.185 - - [21/Oct/2021 16:48:05] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  540. 192.168.80.185 - - [21/Oct/2021 16:48:05] "GET /static/dist/assets/index.88290a8e.js HTTP/1.1" 304 -
  541. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  542. 192.168.80.185 - - [21/Oct/2021 16:48:05] "GET /static/dist/assets/element-icons.9c88a535.woff HTTP/1.1" 304 -
  543. 192.168.80.185 - - [21/Oct/2021 16:48:05] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  544. hint: Pulling without specifying how to reconcile divergent branches is
  545. hint: discouraged. You can squelch this message by running one of the following
  546. hint: commands sometime before your next pull:
  547. hint:
  548. hint: git config pull.rebase false # merge (the default strategy)
  549. hint: git config pull.rebase true # rebase
  550. hint: git config pull.ff only # fast-forward only
  551. hint:
  552. hint: You can replace "git config" with "git config --global" to set a default
  553. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  554. hint: or --ff-only on the command line to override the configured default per
  555. hint: invocation.
  556. Already up to date.
  557. 192.168.80.185 - - [21/Oct/2021 16:48:06] "GET /getBranch HTTP/1.1" 200 -
  558. 192.168.80.185 - - [21/Oct/2021 16:48:08] "GET /static/dist/index.html HTTP/1.1" 304 -
  559. 192.168.80.185 - - [21/Oct/2021 16:48:08] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  560. 192.168.80.185 - - [21/Oct/2021 16:48:08] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  561. 192.168.80.185 - - [21/Oct/2021 16:48:08] "GET /static/dist/assets/index.88290a8e.js HTTP/1.1" 304 -
  562. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  563. hint: Pulling without specifying how to reconcile divergent branches is
  564. hint: discouraged. You can squelch this message by running one of the following
  565. hint: commands sometime before your next pull:
  566. hint:
  567. hint: git config pull.rebase false # merge (the default strategy)
  568. hint: git config pull.rebase true # rebase
  569. hint: git config pull.ff only # fast-forward only
  570. hint:
  571. hint: You can replace "git config" with "git config --global" to set a default
  572. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  573. hint: or --ff-only on the command line to override the configured default per
  574. hint: invocation.
  575. 192.168.80.185 - - [21/Oct/2021 16:48:08] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  576. Already up to date.
  577. 192.168.80.185 - - [21/Oct/2021 16:48:08] "GET /getBranch HTTP/1.1" 200 -
  578. Already on 'master'
  579. M package-lock.json
  580. Your branch is up to date with 'origin/master'.
  581. hint: Pulling without specifying how to reconcile divergent branches is
  582. hint: discouraged. You can squelch this message by running one of the following
  583. hint: commands sometime before your next pull:
  584. hint:
  585. hint: git config pull.rebase false # merge (the default strategy)
  586. hint: git config pull.rebase true # rebase
  587. hint: git config pull.ff only # fast-forward only
  588. hint:
  589. hint: You can replace "git config" with "git config --global" to set a default
  590. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  591. hint: or --ff-only on the command line to override the configured default per
  592. hint: invocation.
  593. Already up to date.
  594. 1: 0x100d78bad node::Abort() (.cold.1) [/usr/local/bin/node]
  595. 2: 0x10003ae85 node_module_register [/usr/local/bin/node]
  596. 3: 0x100040c48 node::PlatformInit() [/usr/local/bin/node]
  597. 4: 0x1000407e9 node::Start(int, char**) [/usr/local/bin/node]
  598. 5: 0x100001034 start [/usr/local/bin/node]
  599. 6: 0x3
  600. /bin/sh: line 1: 43550 Abort trap: 6 cnpm install
  601. 1: 0x100d78bad node::Abort() (.cold.1) [/usr/local/bin/node]
  602. 2: 0x10003ae85 node_module_register [/usr/local/bin/node]
  603. 3: 0x100040c48 node::PlatformInit() [/usr/local/bin/node]
  604. 4: 0x1000407e9 node::Start(int, char**) [/usr/local/bin/node]
  605. 5: 0x100001034 start [/usr/local/bin/node]
  606. /bin/sh: line 1: 43551 Abort trap: 6 npm run build
  607. 192.168.80.185 - - [21/Oct/2021 16:48:16] "POST /send HTTP/1.1" 200 -
  608. * Serving Flask app 'main' (lazy loading)
  609. * Environment: production
  610. WARNING: This is a development server. Do not use it in a production deployment.
  611. Use a production WSGI server instead.
  612. * Debug mode: on
  613. * Running on all addresses.
  614. WARNING: This is a development server. Do not use it in a production deployment.
  615. * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
  616. * Restarting with stat
  617. * Debugger is active!
  618. * Debugger PIN: 141-089-509
  619. nohup: main.py: No such file or directory
  620. * Serving Flask app 'main' (lazy loading)
  621. * Environment: production
  622. WARNING: This is a development server. Do not use it in a production deployment.
  623. Use a production WSGI server instead.
  624. * Debug mode: on
  625. * Running on all addresses.
  626. WARNING: This is a development server. Do not use it in a production deployment.
  627. * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
  628. * Restarting with stat
  629. * Debugger is active!
  630. * Debugger PIN: 141-089-509
  631. Traceback (most recent call last):
  632. File "/Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/main.py", line 267, in <module>
  633. app.run(host='0.0.0.0', port=7777, debug=True)
  634. File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 920, in run
  635. run_simple(t.cast(str, host), port, self, **options)
  636. File "/usr/local/lib/python3.9/site-packages/werkzeug/serving.py", line 1002, in run_simple
  637. _rwr(
  638. File "/usr/local/lib/python3.9/site-packages/werkzeug/_reloader.py", line 418, in run_with_reloader
  639. ensure_echo_on()
  640. File "/usr/local/lib/python3.9/site-packages/werkzeug/_reloader.py", line 398, in ensure_echo_on
  641. termios.tcsetattr(sys.stdin, termios.TCSANOW, attributes)
  642. termios.error: (4, 'Interrupted system call')
  643. * Serving Flask app 'main' (lazy loading)
  644. * Environment: production
  645. WARNING: This is a development server. Do not use it in a production deployment.
  646. Use a production WSGI server instead.
  647. * Debug mode: on
  648. * Running on all addresses.
  649. WARNING: This is a development server. Do not use it in a production deployment.
  650. * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
  651. * Restarting with stat
  652. * Debugger is active!
  653. * Debugger PIN: 141-089-509
  654. 192.168.80.185 - - [21/Oct/2021 19:04:25] "GET /static/dist/index.html HTTP/1.1" 200 -
  655. 192.168.80.185 - - [21/Oct/2021 19:04:25] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  656. 192.168.80.185 - - [21/Oct/2021 19:04:25] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  657. 192.168.80.185 - - [21/Oct/2021 19:04:25] "GET /static/dist/assets/index.df0c4e9a.js HTTP/1.1" 304 -
  658. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  659. 192.168.80.185 - - [21/Oct/2021 19:04:25] "GET /static/dist/assets/element-icons.9c88a535.woff HTTP/1.1" 304 -
  660. hint: Pulling without specifying how to reconcile divergent branches is
  661. hint: discouraged. You can squelch this message by running one of the following
  662. hint: commands sometime before your next pull:
  663. hint:
  664. hint: git config pull.rebase false # merge (the default strategy)
  665. hint: git config pull.rebase true # rebase
  666. hint: git config pull.ff only # fast-forward only
  667. hint:
  668. hint: You can replace "git config" with "git config --global" to set a default
  669. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  670. hint: or --ff-only on the command line to override the configured default per
  671. hint: invocation.
  672. 192.168.80.185 - - [21/Oct/2021 19:04:25] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  673. 192.168.80.185 - - [21/Oct/2021 19:04:26] "GET /getGroup HTTP/1.1" 200 -
  674. Already up to date.
  675. 192.168.80.185 - - [21/Oct/2021 19:04:26] "GET /getBranch HTTP/1.1" 200 -
  676. Already on 'master'
  677. M package-lock.json
  678. Your branch is up to date with 'origin/master'.
  679. hint: Pulling without specifying how to reconcile divergent branches is
  680. hint: discouraged. You can squelch this message by running one of the following
  681. hint: commands sometime before your next pull:
  682. hint:
  683. hint: git config pull.rebase false # merge (the default strategy)
  684. hint: git config pull.rebase true # rebase
  685. hint: git config pull.ff only # fast-forward only
  686. hint:
  687. hint: You can replace "git config" with "git config --global" to set a default
  688. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  689. hint: or --ff-only on the command line to override the configured default per
  690. hint: invocation.
  691. Already up to date.
  692. -
  693. ✔ Installed 9 packages
  694. ✔ Linked 0 latest versions
  695. ✔ Run 0 scripts
  696. ✔ All packages installed (used 20ms(network 18ms), speed 0B/s, json 0(0B), tarball 0B)
  697. npm WARN The package gulp-copy is included as both a dev and production dependency.
  698. npm WARN The package gulp-minify-css is included as both a dev and production dependency.
  699. npm WARN The package gulp-replace is included as both a dev and production dependency.
  700. npm WARN The package gulp-rm is included as both a dev and production dependency.
  701. npm WARN The package gulp-sequence is included as both a dev and production dependency.
  702. audited 599 packages in 3.159s
  703. 9 packages are looking for funding
  704. run `npm fund` for details
  705. found 92 vulnerabilities (3 low, 9 moderate, 59 high, 21 critical)
  706. run `npm audit fix` to fix them, or `npm audit` for details
  707. > longvideofactory@1.0.0 build /Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory
  708. > gulp build
  709. [19:04:43] Using gulpfile ~/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory/gulpfile.js
  710. [19:04:43] Starting 'build'...
  711. [19:04:43] Starting 'build:longVideo'...
  712. [19:04:43] Starting 'longVideo:copy'...
  713. [19:04:45] Finished 'longVideo:copy' after 1.96 s
  714. [19:04:45] Starting 'longVideo:less'...
  715. [19:04:47] Finished 'longVideo:less' after 2.54 s
  716. [19:04:47] Starting 'longVideo:wxml'...
  717. [19:04:48] Finished 'longVideo:wxml' after 443 ms
  718. [19:04:48] Starting 'longVideo:js'...
  719. [19:04:48] Finished 'longVideo:js' after 799 ms
  720. [19:04:48] Starting 'longVideo:rm'...
  721. [19:04:49] Finished 'longVideo:rm' after 289 ms
  722. [19:04:49] Finished 'build:longVideo' after 6.04 s
  723. [19:04:49] Starting 'build:vlog'...
  724. [19:04:49] Starting 'vlog:copy'...
  725. [19:04:50] Finished 'vlog:copy' after 1.58 s
  726. [19:04:50] Starting 'vlog:copyicon'...
  727. [19:04:50] Finished 'vlog:copyicon' after 8.7 ms
  728. [19:04:50] Starting 'vlog:copyutils'...
  729. [19:04:50] Finished 'vlog:copyutils' after 1.57 ms
  730. [19:04:50] Starting 'vlog:copynetwork'...
  731. [19:04:50] Finished 'vlog:copynetwork' after 2.17 ms
  732. [19:04:50] Starting 'vlog:less'...
  733. [19:04:52] Finished 'vlog:less' after 1.59 s
  734. [19:04:52] Starting 'vlog:wxml'...
  735. [19:04:52] Finished 'vlog:wxml' after 302 ms
  736. [19:04:52] Starting 'vlog:js'...
  737. [19:04:53] Finished 'vlog:js' after 597 ms
  738. [19:04:53] Starting 'vlog:copysrc'...
  739. [19:04:53] Finished 'vlog:copysrc' after 3.95 ms
  740. [19:04:53] Starting 'vlog:rm'...
  741. [19:04:53] Finished 'vlog:rm' after 236 ms
  742. [19:04:53] Finished 'build:vlog' after 4.33 s
  743. [19:04:53] Starting 'build:video'...
  744. [19:04:53] Starting 'video:copy'...
  745. [19:04:54] Finished 'video:copy' after 1.44 s
  746. [19:04:54] Starting 'video:copyicon'...
  747. [19:04:54] Finished 'video:copyicon' after 979 μs
  748. [19:04:54] Starting 'video:copyutils'...
  749. [19:04:54] Finished 'video:copyutils' after 1.42 ms
  750. [19:04:54] Starting 'video:copynetwork'...
  751. [19:04:55] Finished 'video:copynetwork' after 1.39 ms
  752. [19:04:55] Starting 'video:less'...
  753. [19:04:56] Finished 'video:less' after 1.51 s
  754. [19:04:56] Starting 'video:wxml'...
  755. [19:04:56] Finished 'video:wxml' after 318 ms
  756. [19:04:56] Starting 'video:js'...
  757. [19:04:57] Finished 'video:js' after 568 ms
  758. [19:04:57] Starting 'video:copysrc'...
  759. [19:04:57] Finished 'video:copysrc' after 4.41 ms
  760. [19:04:57] Starting 'video:rm'...
  761. [19:04:57] Finished 'video:rm' after 221 ms
  762. [19:04:57] Finished 'build:video' after 4.07 s
  763. [19:04:57] Finished 'build' after 14 s
  764. > longvideofactory@1.0.0 postbuild /Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory
  765. > gulp build:post
  766. [19:04:58] Using gulpfile ~/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory/gulpfile.js
  767. [19:04:58] Starting 'build:post'...
  768. [19:04:58] Starting 'build:iFunny'...
  769. [19:04:58] Starting 'iFunny:copy'...
  770. [19:05:00] Finished 'iFunny:copy' after 1.69 s
  771. [19:05:00] Starting 'iFunny:copynetwork'...
  772. [19:05:00] Finished 'iFunny:copynetwork' after 9.32 ms
  773. [19:05:00] Starting 'iFunny:less'...
  774. [19:05:02] Finished 'iFunny:less' after 2.1 s
  775. [19:05:02] Starting 'iFunny:wxml'...
  776. [19:05:02] Finished 'iFunny:wxml' after 388 ms
  777. [19:05:02] Starting 'iFunny:js'...
  778. [19:05:03] Finished 'iFunny:js' after 632 ms
  779. [19:05:03] Starting 'iFunny:copysrc'...
  780. [19:05:03] Finished 'iFunny:copysrc' after 4.42 ms
  781. [19:05:03] Starting 'iFunny:rm'...
  782. [19:05:03] Finished 'iFunny:rm' after 261 ms
  783. [19:05:03] Finished 'build:iFunny' after 5.09 s
  784. [19:05:03] Starting 'build:iMove'...
  785. [19:05:03] Starting 'iMove:copy'...
  786. [19:05:04] Finished 'iMove:copy' after 1.41 s
  787. [19:05:04] Starting 'iMove:copynetwork'...
  788. [19:05:04] Finished 'iMove:copynetwork' after 2.76 ms
  789. [19:05:04] Starting 'iMove:less'...
  790. [19:05:06] Finished 'iMove:less' after 1.56 s
  791. [19:05:06] Starting 'iMove:wxml'...
  792. [19:05:06] Finished 'iMove:wxml' after 293 ms
  793. [19:05:06] Starting 'iMove:js'...
  794. [19:05:07] Finished 'iMove:js' after 619 ms
  795. [19:05:07] Starting 'iMove:copysrc'...
  796. [19:05:07] Finished 'iMove:copysrc' after 3.34 ms
  797. [19:05:07] Starting 'iMove:rm'...
  798. [19:05:07] Finished 'iMove:rm' after 256 ms
  799. [19:05:07] Finished 'build:iMove' after 4.14 s
  800. [19:05:07] Starting 'build:shortVideo'...
  801. [19:05:07] Starting 'shortVideo:copy'...
  802. [19:05:08] Finished 'shortVideo:copy' after 1.44 s
  803. [19:05:08] Starting 'shortVideo:copynetwork'...
  804. [19:05:08] Finished 'shortVideo:copynetwork' after 2.43 ms
  805. [19:05:08] Starting 'shortVideo:less'...
  806. [19:05:10] Finished 'shortVideo:less' after 1.42 s
  807. [19:05:10] Starting 'shortVideo:wxml'...
  808. [19:05:10] Finished 'shortVideo:wxml' after 272 ms
  809. [19:05:10] Starting 'shortVideo:js'...
  810. [19:05:11] Finished 'shortVideo:js' after 578 ms
  811. [19:05:11] Starting 'shortVideo:copysrc'...
  812. [19:05:11] Finished 'shortVideo:copysrc' after 3.26 ms
  813. [19:05:11] Starting 'shortVideo:rm'...
  814. [19:05:11] Finished 'shortVideo:rm' after 199 ms
  815. [19:05:11] Finished 'build:shortVideo' after 3.92 s
  816. [19:05:11] Starting 'build:amazed'...
  817. [19:05:11] Starting 'amazed:copy'...
  818. [19:05:12] Finished 'amazed:copy' after 1.37 s
  819. [19:05:12] Starting 'amazed:copynetwork'...
  820. [19:05:12] Finished 'amazed:copynetwork' after 1.62 ms
  821. [19:05:12] Starting 'amazed:less'...
  822. [19:05:14] Finished 'amazed:less' after 1.33 s
  823. [19:05:14] Starting 'amazed:wxml'...
  824. [19:05:14] Finished 'amazed:wxml' after 273 ms
  825. [19:05:14] Starting 'amazed:js'...
  826. [19:05:15] Finished 'amazed:js' after 574 ms
  827. [19:05:15] Starting 'amazed:copysrc'...
  828. [19:05:15] Finished 'amazed:copysrc' after 3.72 ms
  829. [19:05:15] Starting 'amazed:rm'...
  830. [19:05:15] Finished 'amazed:rm' after 217 ms
  831. [19:05:15] Finished 'build:amazed' after 3.78 s
  832. [19:05:15] Starting 'build:clip'...
  833. [19:05:15] Starting 'clip:copy'...
  834. [19:05:16] Finished 'clip:copy' after 1.31 s
  835. [19:05:16] Starting 'clip:copynetwork'...
  836. [19:05:16] Finished 'clip:copynetwork' after 1.96 ms
  837. [19:05:16] Starting 'clip:less'...
  838. [19:05:18] Finished 'clip:less' after 1.64 s
  839. [19:05:18] Starting 'clip:wxml'...
  840. [19:05:18] Finished 'clip:wxml' after 279 ms
  841. [19:05:18] Starting 'clip:js'...
  842. [19:05:19] Finished 'clip:js' after 527 ms
  843. [19:05:19] Starting 'clip:copysrc'...
  844. [19:05:19] Finished 'clip:copysrc' after 2.21 ms
  845. [19:05:19] Starting 'clip:rm'...
  846. [19:05:19] Finished 'clip:rm' after 198 ms
  847. [19:05:19] Finished 'build:clip' after 3.96 s
  848. [19:05:19] Starting 'build:flashSound'...
  849. [19:05:19] Starting 'flashSound:copy'...
  850. [19:05:20] Finished 'flashSound:copy' after 910 ms
  851. [19:05:20] Starting 'flashSound:copyPage'...
  852. [19:05:20] Finished 'flashSound:copyPage' after 12 ms
  853. [19:05:20] Starting 'flashSound:copyPage2'...
  854. [19:05:20] Finished 'flashSound:copyPage2' after 28 ms
  855. [19:05:20] Starting 'flashSound:less'...
  856. [19:05:21] Finished 'flashSound:less' after 1.06 s
  857. [19:05:21] Starting 'flashSound:rm'...
  858. [19:05:21] Finished 'flashSound:rm' after 134 ms
  859. [19:05:21] Starting 'flashSound:js'...
  860. [19:05:21] Finished 'flashSound:js' after 319 ms
  861. [19:05:21] Starting 'flashSound:wxml'...
  862. [19:05:21] Finished 'flashSound:wxml' after 182 ms
  863. [19:05:21] Starting 'flashSound:copysrc'...
  864. [19:05:21] Finished 'flashSound:copysrc' after 3.93 ms
  865. [19:05:21] Starting 'flashSound:copynetwork'...
  866. [19:05:21] Finished 'flashSound:copynetwork' after 2.44 ms
  867. [19:05:21] Finished 'build:flashSound' after 2.66 s
  868. [19:05:21] Starting 'build:happyStar'...
  869. [19:05:21] Starting 'happyStar:copy'...
  870. [19:05:22] Finished 'happyStar:copy' after 943 ms
  871. [19:05:22] Starting 'happyStar:copyPage'...
  872. [19:05:22] Finished 'happyStar:copyPage' after 9.37 ms
  873. [19:05:22] Starting 'happyStar:copyPage2'...
  874. [19:05:22] Finished 'happyStar:copyPage2' after 34 ms
  875. [19:05:22] Starting 'happyStar:less'...
  876. [19:05:23] Finished 'happyStar:less' after 938 ms
  877. [19:05:23] Starting 'happyStar:rm'...
  878. [19:05:23] Finished 'happyStar:rm' after 163 ms
  879. [19:05:23] Starting 'happyStar:js'...
  880. [19:05:24] Finished 'happyStar:js' after 328 ms
  881. [19:05:24] Starting 'happyStar:wxml'...
  882. [19:05:24] Finished 'happyStar:wxml' after 174 ms
  883. [19:05:24] Starting 'happyStar:copysrc'...
  884. [19:05:24] Finished 'happyStar:copysrc' after 2.71 ms
  885. [19:05:24] Starting 'happyStar:copynetwork'...
  886. [19:05:24] Finished 'happyStar:copynetwork' after 1.26 ms
  887. [19:05:24] Finished 'build:happyStar' after 2.6 s
  888. [19:05:24] Starting 'build:gaoxiao'...
  889. [19:05:24] Starting 'gaoxiao:copy'...
  890. [19:05:25] Finished 'gaoxiao:copy' after 790 ms
  891. [19:05:25] Starting 'gaoxiao:copyPage'...
  892. [19:05:25] Finished 'gaoxiao:copyPage' after 9.7 ms
  893. [19:05:25] Starting 'gaoxiao:copyPage2'...
  894. [19:05:25] Finished 'gaoxiao:copyPage2' after 33 ms
  895. [19:05:25] Starting 'gaoxiao:less'...
  896. [19:05:26] Finished 'gaoxiao:less' after 1.01 s
  897. [19:05:26] Starting 'gaoxiao:rm'...
  898. [19:05:26] Finished 'gaoxiao:rm' after 135 ms
  899. [19:05:26] Starting 'gaoxiao:js'...
  900. [19:05:26] Finished 'gaoxiao:js' after 325 ms
  901. [19:05:26] Starting 'gaoxiao:wxml'...
  902. [19:05:26] Finished 'gaoxiao:wxml' after 161 ms
  903. [19:05:26] Starting 'gaoxiao:copysrc'...
  904. [19:05:26] Finished 'gaoxiao:copysrc' after 4.65 ms
  905. [19:05:26] Starting 'gaoxiao:copynetwork'...
  906. [19:05:26] Finished 'gaoxiao:copynetwork' after 2.1 ms
  907. [19:05:26] Finished 'build:gaoxiao' after 2.47 s
  908. [19:05:26] Finished 'build:post' after 29 s
  909. - initialize
  910. ✖ IDE may already started at port 15732, trying to connect
  911. ✔ IDE server started successfully, listening on http://127.0.0.1:10631
  912. - preparing
  913. ✔ open
  914. - initialize
  915. ✔ IDE server has started, listening on http://127.0.0.1:10631
  916. - preparing
  917. ✖ preparing
  918. [error] Error: {"code":10,"message":"Error: 错误 Error: can not find the project - /Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory/dist/vlog (code 10)"}
  919. at Object.t.resetFileUtils (/Applications/wechatwebdevtools.app/Contents/Resources/package.nw/js/common/cli/index.js:234:28697)
  920. at processTicksAndRejections (internal/process/task_queues.js:97:5)
  921. at async /Applications/wechatwebdevtools.app/Contents/Resources/package.nw/js/common/cli/index.js:142:111891
  922. - initialize
  923. ✔ IDE server has started, listening on http://127.0.0.1:10631
  924. - preparing
  925. - Fetching AppID (wx89e7eb06478361d7) permissions
  926. ✔ Using AppID: wx89e7eb06478361d7
  927. - Preview
  928. ✔ preview
  929. - initialize
  930. ✔ IDE server has started, listening on http://127.0.0.1:10631
  931. - preparing
  932. ✔ quit
  933. 192.168.80.185 - - [21/Oct/2021 19:06:35] "POST /send HTTP/1.1" 200 -
  934. 192.168.80.185 - - [21/Oct/2021 19:06:50] "GET /static/dist/index.html HTTP/1.1" 304 -
  935. 192.168.80.185 - - [21/Oct/2021 19:06:50] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  936. 192.168.80.185 - - [21/Oct/2021 19:06:50] "GET /static/dist/assets/index.df0c4e9a.js HTTP/1.1" 304 -
  937. 192.168.80.185 - - [21/Oct/2021 19:06:50] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  938. 192.168.80.185 - - [21/Oct/2021 19:06:51] "GET /static/dist/assets/element-icons.9c88a535.woff HTTP/1.1" 304 -
  939. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  940. hint: Pulling without specifying how to reconcile divergent branches is
  941. hint: discouraged. You can squelch this message by running one of the following
  942. hint: commands sometime before your next pull:
  943. hint:
  944. hint: git config pull.rebase false # merge (the default strategy)
  945. hint: git config pull.rebase true # rebase
  946. hint: git config pull.ff only # fast-forward only
  947. hint:
  948. hint: You can replace "git config" with "git config --global" to set a default
  949. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  950. hint: or --ff-only on the command line to override the configured default per
  951. hint: invocation.
  952. 192.168.80.185 - - [21/Oct/2021 19:06:51] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  953. 192.168.80.185 - - [21/Oct/2021 19:06:51] "GET /getGroup HTTP/1.1" 200 -
  954. Already up to date.
  955. 192.168.80.185 - - [21/Oct/2021 19:06:52] "GET /static/dist/index.html HTTP/1.1" 304 -
  956. 192.168.80.185 - - [21/Oct/2021 19:06:52] "GET /getBranch HTTP/1.1" 200 -
  957. 192.168.80.185 - - [21/Oct/2021 19:06:52] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  958. 192.168.80.185 - - [21/Oct/2021 19:06:52] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  959. 192.168.80.185 - - [21/Oct/2021 19:06:52] "GET /static/dist/assets/index.df0c4e9a.js HTTP/1.1" 304 -
  960. 192.168.80.185 - - [21/Oct/2021 19:06:52] "GET /static/dist/assets/element-icons.9c88a535.woff HTTP/1.1" 304 -
  961. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  962. 192.168.80.185 - - [21/Oct/2021 19:06:52] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  963. hint: Pulling without specifying how to reconcile divergent branches is
  964. hint: discouraged. You can squelch this message by running one of the following
  965. hint: commands sometime before your next pull:
  966. hint:
  967. hint: git config pull.rebase false # merge (the default strategy)
  968. hint: git config pull.rebase true # rebase
  969. hint: git config pull.ff only # fast-forward only
  970. hint:
  971. hint: You can replace "git config" with "git config --global" to set a default
  972. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  973. hint: or --ff-only on the command line to override the configured default per
  974. hint: invocation.
  975. 192.168.80.185 - - [21/Oct/2021 19:06:52] "GET /static/dist/index.html HTTP/1.1" 304 -
  976. 192.168.80.185 - - [21/Oct/2021 19:06:52] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  977. 192.168.80.185 - - [21/Oct/2021 19:06:52] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  978. 192.168.80.185 - - [21/Oct/2021 19:06:52] "GET /static/dist/assets/index.df0c4e9a.js HTTP/1.1" 304 -
  979. 192.168.80.185 - - [21/Oct/2021 19:06:52] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  980. 192.168.80.185 - - [21/Oct/2021 19:06:52] "GET /getGroup HTTP/1.1" 200 -
  981. Error on request:
  982. Traceback (most recent call last):
  983. File "/usr/local/lib/python3.9/site-packages/werkzeug/serving.py", line 319, in run_wsgi
  984. execute(self.server.app)
  985. File "/usr/local/lib/python3.9/site-packages/werkzeug/serving.py", line 311, in execute
  986. write(data)
  987. File "/usr/local/lib/python3.9/site-packages/werkzeug/serving.py", line 290, in write
  988. self.wfile.write(data)
  989. File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 826, in write
  990. self._sock.sendall(b)
  991. OSError: [Errno 41] Protocol wrong type for socket
  992. 192.168.80.185 - - [21/Oct/2021 19:06:53] "GET /getGroup HTTP/1.1" 200 -
  993. Already up to date.
  994. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  995. 192.168.80.185 - - [21/Oct/2021 19:06:53] "GET /getBranch HTTP/1.1" 200 -
  996. hint: Pulling without specifying how to reconcile divergent branches is
  997. hint: discouraged. You can squelch this message by running one of the following
  998. hint: commands sometime before your next pull:
  999. hint:
  1000. hint: git config pull.rebase false # merge (the default strategy)
  1001. hint: git config pull.rebase true # rebase
  1002. hint: git config pull.ff only # fast-forward only
  1003. hint:
  1004. hint: You can replace "git config" with "git config --global" to set a default
  1005. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  1006. hint: or --ff-only on the command line to override the configured default per
  1007. hint: invocation.
  1008. Already up to date.
  1009. 192.168.80.185 - - [21/Oct/2021 19:06:54] "GET /getBranch HTTP/1.1" 200 -
  1010. 192.168.80.185 - - [21/Oct/2021 19:06:55] "GET /static/dist/index.html HTTP/1.1" 304 -
  1011. 192.168.80.185 - - [21/Oct/2021 19:06:55] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  1012. 192.168.80.185 - - [21/Oct/2021 19:06:55] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  1013. 192.168.80.185 - - [21/Oct/2021 19:06:55] "GET /static/dist/assets/index.df0c4e9a.js HTTP/1.1" 304 -
  1014. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  1015. hint: Pulling without specifying how to reconcile divergent branches is
  1016. hint: discouraged. You can squelch this message by running one of the following
  1017. hint: commands sometime before your next pull:
  1018. hint:
  1019. hint: git config pull.rebase false # merge (the default strategy)
  1020. hint: git config pull.rebase true # rebase
  1021. hint: git config pull.ff only # fast-forward only
  1022. hint:
  1023. hint: You can replace "git config" with "git config --global" to set a default
  1024. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  1025. hint: or --ff-only on the command line to override the configured default per
  1026. hint: invocation.
  1027. 192.168.80.185 - - [21/Oct/2021 19:06:56] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  1028. 192.168.80.185 - - [21/Oct/2021 19:06:56] "GET /getGroup HTTP/1.1" 200 -
  1029. 192.168.80.185 - - [21/Oct/2021 19:06:56] "GET /static/dist/index.html HTTP/1.1" 304 -
  1030. 192.168.80.185 - - [21/Oct/2021 19:06:56] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  1031. 192.168.80.185 - - [21/Oct/2021 19:06:56] "GET /static/dist/assets/index.df0c4e9a.js HTTP/1.1" 304 -
  1032. 192.168.80.185 - - [21/Oct/2021 19:06:56] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  1033. Already up to date.
  1034. 192.168.80.185 - - [21/Oct/2021 19:06:56] "GET /getBranch HTTP/1.1" 200 -
  1035. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  1036. hint: Pulling without specifying how to reconcile divergent branches is
  1037. hint: discouraged. You can squelch this message by running one of the following
  1038. hint: commands sometime before your next pull:
  1039. hint:
  1040. hint: git config pull.rebase false # merge (the default strategy)
  1041. hint: git config pull.rebase true # rebase
  1042. hint: git config pull.ff only # fast-forward only
  1043. hint:
  1044. hint: You can replace "git config" with "git config --global" to set a default
  1045. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  1046. hint: or --ff-only on the command line to override the configured default per
  1047. hint: invocation.
  1048. 192.168.80.185 - - [21/Oct/2021 19:06:57] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  1049. 192.168.80.185 - - [21/Oct/2021 19:06:57] "GET /getGroup HTTP/1.1" 200 -
  1050. Already up to date.
  1051. 192.168.80.185 - - [21/Oct/2021 19:06:57] "GET /getBranch HTTP/1.1" 200 -
  1052. 192.168.80.185 - - [21/Oct/2021 19:07:02] "GET /static/dist/index.html HTTP/1.1" 304 -
  1053. 192.168.80.185 - - [21/Oct/2021 19:07:02] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  1054. 192.168.80.185 - - [21/Oct/2021 19:07:02] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  1055. 192.168.80.185 - - [21/Oct/2021 19:07:02] "GET /static/dist/assets/index.df0c4e9a.js HTTP/1.1" 304 -
  1056. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  1057. hint: Pulling without specifying how to reconcile divergent branches is
  1058. hint: discouraged. You can squelch this message by running one of the following
  1059. hint: commands sometime before your next pull:
  1060. hint:
  1061. hint: git config pull.rebase false # merge (the default strategy)
  1062. hint: git config pull.rebase true # rebase
  1063. hint: git config pull.ff only # fast-forward only
  1064. hint:
  1065. hint: You can replace "git config" with "git config --global" to set a default
  1066. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  1067. hint: or --ff-only on the command line to override the configured default per
  1068. hint: invocation.
  1069. 192.168.80.185 - - [21/Oct/2021 19:07:02] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  1070. 192.168.80.185 - - [21/Oct/2021 19:07:02] "GET /getGroup HTTP/1.1" 200 -
  1071. 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /static/dist/index.html HTTP/1.1" 304 -
  1072. 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  1073. 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  1074. 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /static/dist/assets/index.df0c4e9a.js HTTP/1.1" 304 -
  1075. Already up to date.
  1076. 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /getBranch HTTP/1.1" 200 -
  1077. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  1078. hint: Pulling without specifying how to reconcile divergent branches is
  1079. hint: discouraged. You can squelch this message by running one of the following
  1080. hint: commands sometime before your next pull:
  1081. hint:
  1082. hint: git config pull.rebase false # merge (the default strategy)
  1083. hint: git config pull.rebase true # rebase
  1084. hint: git config pull.ff only # fast-forward only
  1085. hint:
  1086. hint: You can replace "git config" with "git config --global" to set a default
  1087. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  1088. hint: or --ff-only on the command line to override the configured default per
  1089. hint: invocation.
  1090. 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /static/dist/index.html HTTP/1.1" 304 -
  1091. 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  1092. 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  1093. 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /static/dist/assets/index.df0c4e9a.js HTTP/1.1" 304 -
  1094. 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  1095. 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /getGroup HTTP/1.1" 200 -
  1096. 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /static/dist/index.html HTTP/1.1" 304 -
  1097. 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  1098. 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  1099. 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /static/dist/assets/index.df0c4e9a.js HTTP/1.1" 304 -
  1100. 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  1101. 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /getGroup HTTP/1.1" 200 -
  1102. Already up to date.
  1103. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  1104. 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /getBranch HTTP/1.1" 200 -
  1105. 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /static/dist/index.html HTTP/1.1" 304 -
  1106. hint: Pulling without specifying how to reconcile divergent branches is
  1107. hint: discouraged. You can squelch this message by running one of the following
  1108. hint: commands sometime before your next pull:
  1109. hint:
  1110. hint: git config pull.rebase false # merge (the default strategy)
  1111. hint: git config pull.rebase true # rebase
  1112. hint: git config pull.ff only # fast-forward only
  1113. hint:
  1114. hint: You can replace "git config" with "git config --global" to set a default
  1115. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  1116. hint: or --ff-only on the command line to override the configured default per
  1117. hint: invocation.
  1118. 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  1119. 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  1120. 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /static/dist/assets/index.df0c4e9a.js HTTP/1.1" 304 -
  1121. 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  1122. 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /getGroup HTTP/1.1" 200 -
  1123. 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /getGroup HTTP/1.1" 200 -
  1124. Already up to date.
  1125. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  1126. 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /getBranch HTTP/1.1" 200 -
  1127. hint: Pulling without specifying how to reconcile divergent branches is
  1128. hint: discouraged. You can squelch this message by running one of the following
  1129. hint: commands sometime before your next pull:
  1130. hint:
  1131. hint: git config pull.rebase false # merge (the default strategy)
  1132. hint: git config pull.rebase true # rebase
  1133. hint: git config pull.ff only # fast-forward only
  1134. hint:
  1135. hint: You can replace "git config" with "git config --global" to set a default
  1136. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  1137. hint: or --ff-only on the command line to override the configured default per
  1138. hint: invocation.
  1139. Already up to date.
  1140. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  1141. 192.168.80.185 - - [21/Oct/2021 19:07:05] "GET /getBranch HTTP/1.1" 200 -
  1142. hint: Pulling without specifying how to reconcile divergent branches is
  1143. hint: discouraged. You can squelch this message by running one of the following
  1144. hint: commands sometime before your next pull:
  1145. hint:
  1146. hint: git config pull.rebase false # merge (the default strategy)
  1147. hint: git config pull.rebase true # rebase
  1148. hint: git config pull.ff only # fast-forward only
  1149. hint:
  1150. hint: You can replace "git config" with "git config --global" to set a default
  1151. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  1152. hint: or --ff-only on the command line to override the configured default per
  1153. hint: invocation.
  1154. Already up to date.
  1155. 192.168.80.185 - - [21/Oct/2021 19:07:06] "GET /getBranch HTTP/1.1" 200 -
  1156. 192.168.80.185 - - [21/Oct/2021 19:07:16] "GET /static/dist/index.html HTTP/1.1" 304 -
  1157. 192.168.80.185 - - [21/Oct/2021 19:07:16] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  1158. 192.168.80.185 - - [21/Oct/2021 19:07:16] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  1159. 192.168.80.185 - - [21/Oct/2021 19:07:16] "GET /static/dist/assets/index.df0c4e9a.js HTTP/1.1" 304 -
  1160. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  1161. 192.168.80.185 - - [21/Oct/2021 19:07:16] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  1162. hint: Pulling without specifying how to reconcile divergent branches is
  1163. hint: discouraged. You can squelch this message by running one of the following
  1164. hint: commands sometime before your next pull:
  1165. hint:
  1166. hint: git config pull.rebase false # merge (the default strategy)
  1167. hint: git config pull.rebase true # rebase
  1168. hint: git config pull.ff only # fast-forward only
  1169. hint:
  1170. hint: You can replace "git config" with "git config --global" to set a default
  1171. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  1172. hint: or --ff-only on the command line to override the configured default per
  1173. hint: invocation.
  1174. 192.168.80.185 - - [21/Oct/2021 19:07:17] "GET /getGroup HTTP/1.1" 200 -
  1175. Already up to date.
  1176. 192.168.80.185 - - [21/Oct/2021 19:07:17] "GET /getBranch HTTP/1.1" 200 -
  1177. Already on 'master'
  1178. M package-lock.json
  1179. Your branch is up to date with 'origin/master'.
  1180. hint: Pulling without specifying how to reconcile divergent branches is
  1181. hint: discouraged. You can squelch this message by running one of the following
  1182. hint: commands sometime before your next pull:
  1183. hint:
  1184. hint: git config pull.rebase false # merge (the default strategy)
  1185. hint: git config pull.rebase true # rebase
  1186. hint: git config pull.ff only # fast-forward only
  1187. hint:
  1188. hint: You can replace "git config" with "git config --global" to set a default
  1189. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  1190. hint: or --ff-only on the command line to override the configured default per
  1191. hint: invocation.
  1192. Already up to date.
  1193. 1: 0x100d78bad node::Abort() (.cold.1) [/usr/local/bin/node]
  1194. 2: 0x10003ae85 node_module_register [/usr/local/bin/node]
  1195. 3: 0x100040c48 node::PlatformInit() [/usr/local/bin/node]
  1196. 4: 0x1000407e9 node::Start(int, char**) [/usr/local/bin/node]
  1197. 5: 0x100001034 start [/usr/local/bin/node]
  1198. 6: 0x3
  1199. /bin/sh: line 1: 54236 Abort trap: 6 cnpm install
  1200. 1: 0x100d78bad node::Abort() (.cold.1) [/usr/local/bin/node]
  1201. 2: 0x10003ae85 node_module_register [/usr/local/bin/node]
  1202. 3: 0x100040c48 node::PlatformInit() [/usr/local/bin/node]
  1203. 4: 0x1000407e9 node::Start(int, char**) [/usr/local/bin/node]
  1204. 5: 0x100001034 start [/usr/local/bin/node]
  1205. /bin/sh: line 1: 54237 Abort trap: 6 npm run build
  1206. 192.168.80.185 - - [21/Oct/2021 19:07:28] "POST /send HTTP/1.1" 200 -
  1207. 192.168.80.185 - - [21/Oct/2021 19:07:42] "GET /static/dist/index.html HTTP/1.1" 304 -
  1208. 192.168.80.185 - - [21/Oct/2021 19:07:42] "GET /static/dist/assets/vendor.adaadc93.js HTTP/1.1" 304 -
  1209. 192.168.80.185 - - [21/Oct/2021 19:07:42] "GET /static/dist/assets/index.5b87c40b.css HTTP/1.1" 304 -
  1210. 192.168.80.185 - - [21/Oct/2021 19:07:42] "GET /static/dist/assets/index.df0c4e9a.js HTTP/1.1" 304 -
  1211. fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
  1212. 192.168.80.185 - - [21/Oct/2021 19:07:43] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
  1213. hint: Pulling without specifying how to reconcile divergent branches is
  1214. hint: discouraged. You can squelch this message by running one of the following
  1215. hint: commands sometime before your next pull:
  1216. hint:
  1217. hint: git config pull.rebase false # merge (the default strategy)
  1218. hint: git config pull.rebase true # rebase
  1219. hint: git config pull.ff only # fast-forward only
  1220. hint:
  1221. hint: You can replace "git config" with "git config --global" to set a default
  1222. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  1223. hint: or --ff-only on the command line to override the configured default per
  1224. hint: invocation.
  1225. Already up to date.
  1226. 192.168.80.185 - - [21/Oct/2021 19:07:43] "GET /getBranch HTTP/1.1" 200 -
  1227. 192.168.80.185 - - [21/Oct/2021 19:07:43] "GET /getGroup HTTP/1.1" 200 -
  1228. * Serving Flask app 'main' (lazy loading)
  1229. * Environment: production
  1230. WARNING: This is a development server. Do not use it in a production deployment.
  1231. Use a production WSGI server instead.
  1232. * Debug mode: on
  1233. * Running on all addresses.
  1234. WARNING: This is a development server. Do not use it in a production deployment.
  1235. * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
  1236. * Restarting with stat
  1237. * Debugger is active!
  1238. * Debugger PIN: 141-089-509
  1239. * Serving Flask app 'main' (lazy loading)
  1240. * Environment: production
  1241. WARNING: This is a development server. Do not use it in a production deployment.
  1242. Use a production WSGI server instead.
  1243. * Debug mode: on
  1244. * Running on all addresses.
  1245. WARNING: This is a development server. Do not use it in a production deployment.
  1246. * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
  1247. * Restarting with stat
  1248. * Debugger is active!
  1249. * Debugger PIN: 141-089-509
  1250. * Serving Flask app 'main' (lazy loading)
  1251. * Environment: production
  1252. WARNING: This is a development server. Do not use it in a production deployment.
  1253. Use a production WSGI server instead.
  1254. * Debug mode: on
  1255. Traceback (most recent call last):
  1256. File "/Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/main.py", line 267, in <module>
  1257. app.run(host='0.0.0.0', port=7777, debug=True)
  1258. File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 920, in run
  1259. run_simple(t.cast(str, host), port, self, **options)
  1260. File "/usr/local/lib/python3.9/site-packages/werkzeug/serving.py", line 984, in run_simple
  1261. s.bind(server_address)
  1262. OSError: [Errno 48] Address already in use
  1263. * Serving Flask app 'main' (lazy loading)
  1264. * Environment: production
  1265. WARNING: This is a development server. Do not use it in a production deployment.
  1266. Use a production WSGI server instead.
  1267. * Debug mode: on
  1268. Traceback (most recent call last):
  1269. File "/Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/main.py", line 267, in <module>
  1270. app.run(host='0.0.0.0', port=7777, debug=True)
  1271. File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 920, in run
  1272. run_simple(t.cast(str, host), port, self, **options)
  1273. File "/usr/local/lib/python3.9/site-packages/werkzeug/serving.py", line 984, in run_simple
  1274. s.bind(server_address)
  1275. OSError: [Errno 48] Address already in use
  1276. Traceback (most recent call last):
  1277. File "/Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/main.py", line 267, in <module>
  1278. app.run(host='0.0.0.0', port=7777, debug=True)
  1279. File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 920, in run
  1280. run_simple(t.cast(str, host), port, self, **options)
  1281. File "/usr/local/lib/python3.9/site-packages/werkzeug/serving.py", line 1002, in run_simple
  1282. _rwr(
  1283. File "/usr/local/lib/python3.9/site-packages/werkzeug/_reloader.py", line 418, in run_with_reloader
  1284. ensure_echo_on()
  1285. File "/usr/local/lib/python3.9/site-packages/werkzeug/_reloader.py", line 398, in ensure_echo_on
  1286. termios.tcsetattr(sys.stdin, termios.TCSANOW, attributes)
  1287. termios.error: (4, 'Interrupted system call')
  1288. * Serving Flask app 'main' (lazy loading)
  1289. * Environment: production
  1290. WARNING: This is a development server. Do not use it in a production deployment.
  1291. Use a production WSGI server instead.
  1292. * Debug mode: on
  1293. * Running on all addresses.
  1294. WARNING: This is a development server. Do not use it in a production deployment.
  1295. * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
  1296. * Restarting with stat
  1297. * Debugger is active!
  1298. * Debugger PIN: 141-089-509
  1299. nohup: desdk_rpc_server: No such file or directory
  1300. Traceback (most recent call last):
  1301. File "/Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/main.py", line 267, in <module>
  1302. app.run(host='0.0.0.0', port=7777, debug=True)
  1303. File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 920, in run
  1304. run_simple(t.cast(str, host), port, self, **options)
  1305. File "/usr/local/lib/python3.9/site-packages/werkzeug/serving.py", line 1002, in run_simple
  1306. _rwr(
  1307. File "/usr/local/lib/python3.9/site-packages/werkzeug/_reloader.py", line 418, in run_with_reloader
  1308. ensure_echo_on()
  1309. File "/usr/local/lib/python3.9/site-packages/werkzeug/_reloader.py", line 398, in ensure_echo_on
  1310. termios.tcsetattr(sys.stdin, termios.TCSANOW, attributes)
  1311. termios.error: (4, 'Interrupted system call')